Skip to content

Commit 4c7f122

Browse files
cosmic-settings: 1.0.0-alpha.1 -> 1.0.0-alpha.6
1 parent 506b3a3 commit 4c7f122

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pkgs/by-name/co/cosmic-settings/package.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,17 +26,17 @@ let
2626
in
2727
rustPlatform.buildRustPackage rec {
2828
pname = "cosmic-settings";
29-
version = "1.0.0-alpha.1";
29+
version = "1.0.0-alpha.6";
3030

3131
src = fetchFromGitHub {
3232
owner = "pop-os";
3333
repo = "cosmic-settings";
3434
tag = "epoch-${version}";
35-
hash = "sha256-gTzZvhj7oBuL23dtedqfxUCT413eMoDc0rlNeqCeZ6E=";
35+
hash = "sha256-UKg3TIpyaqtynk6wLFFPpv69F74hmqfMVPra2+iFbvE=";
3636
};
3737

3838
useFetchCargoVendor = true;
39-
cargoHash = "sha256-zMHJc6ytbOoi9E47Zsg6zhbQKObsaOtVHuPnLAu36I4=";
39+
cargoHash = "sha256-mf/Cw3/RLrCYgsk7JKCU2+oPn1VPbD+4JzkUmbd47m8=";
4040

4141
nativeBuildInputs = [
4242
cmake

0 commit comments

Comments
 (0)