cosmic-initial-setup: 1.0.0-beta.9 -> 1.0.0

Diff: https://github.com/pop-os/cosmic-initial-setup/compare/epoch-1.0.0-beta.9...epoch-1.0.0
This commit is contained in:
Heitor Augusto 2025-12-10 20:25:49 -03:00
commit 83ce29008a
No known key found for this signature in database
GPG key ID: 3EEC05B0024AF8A4

View file

@ -14,17 +14,17 @@
}:
rustPlatform.buildRustPackage (finalAttrs: {
pname = "cosmic-initial-setup";
version = "1.0.0-beta.9";
version = "1.0.0";
# nixpkgs-update: no auto update
src = fetchFromGitHub {
owner = "pop-os";
repo = "cosmic-initial-setup";
tag = "epoch-${finalAttrs.version}";
hash = "sha256-eK+1nEpCgWOdhA0Kdg/RwgAON0dMjZujWxqd5CdSqNk=";
hash = "sha256-0PS/VeXRfaxsOC6fyjlyojxWmAnxWgaZsR5NMCAWUQM=";
};
cargoHash = "sha256-jOPJiKPE3UUD/QHmb+6s6l2RVhtUFls3QRGQ6DmEFSE=";
cargoHash = "sha256-fLLpxs3smfBz90MRNlUGzKzmTX/i01jh85b8wqyr9Tg=";
buildFeatures = [ "nixos" ];