cosmic-settings-daemon: 1.0.0-beta.9 -> 1.0.0

Diff: https://github.com/pop-os/cosmic-settings-daemon/compare/epoch-1.0.0-beta.9...epoch-1.0.0
This commit is contained in:
Heitor Augusto
2025-12-10 20:43:43 -03:00
parent 482a3e9632
commit ff276ff73a
@@ -16,14 +16,14 @@
rustPlatform.buildRustPackage (finalAttrs: {
pname = "cosmic-settings-daemon";
version = "1.0.0-beta.9";
version = "1.0.0";
# nixpkgs-update: no auto update
src = fetchFromGitHub {
owner = "pop-os";
repo = "cosmic-settings-daemon";
tag = "epoch-${finalAttrs.version}";
hash = "sha256-w+k0x+9GlbAEZshfwIcO6I8hVhHdARJn/CA7QBDOVCo=";
hash = "sha256-w3F7RU1i/ppE1F0LEAGKK5S7PecOMp3gMuFQF62HWp4=";
};
postPatch = ''