Skip to content

Commit 64f5275

Browse files
cosmic-osd: 1.0.0-alpha.5.1 -> 1.0.0-alpha.6 (#384862)
1 parent f0edbb6 commit 64f5275

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,17 +10,17 @@
1010

1111
rustPlatform.buildRustPackage rec {
1212
pname = "cosmic-osd";
13-
version = "1.0.0-alpha.5.1";
13+
version = "1.0.0-alpha.6";
1414

1515
src = fetchFromGitHub {
1616
owner = "pop-os";
1717
repo = "cosmic-osd";
1818
tag = "epoch-${version}";
19-
hash = "sha256-a5wzCHfp+dhtEkXsJOeEs2ZkmooSWIDGymeAdrXKE+U=";
19+
hash = "sha256-ezOeRgqI/GOWFknUVZI7ZLEy1GYaBI+/An83HWKL6ho=";
2020
};
2121

2222
useFetchCargoVendor = true;
23-
cargoHash = "sha256-hJC0t8R+cdPWzdpxHA+j7en4IrhZXt5LM3S2V6/bps0=";
23+
cargoHash = "sha256-vYehF2RjPrTZiuGcRUe4XX3ftRo7f+SIoKizD/kOtR8=";
2424

2525
nativeBuildInputs = [ libcosmicAppHook ];
2626

0 commit comments

Comments
 (0)