We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f0edbb6 commit 64f5275Copy full SHA for 64f5275
pkgs/by-name/co/cosmic-osd/package.nix
@@ -10,17 +10,17 @@
10
11
rustPlatform.buildRustPackage rec {
12
pname = "cosmic-osd";
13
- version = "1.0.0-alpha.5.1";
+ version = "1.0.0-alpha.6";
14
15
src = fetchFromGitHub {
16
owner = "pop-os";
17
repo = "cosmic-osd";
18
tag = "epoch-${version}";
19
- hash = "sha256-a5wzCHfp+dhtEkXsJOeEs2ZkmooSWIDGymeAdrXKE+U=";
+ hash = "sha256-ezOeRgqI/GOWFknUVZI7ZLEy1GYaBI+/An83HWKL6ho=";
20
};
21
22
useFetchCargoVendor = true;
23
- cargoHash = "sha256-hJC0t8R+cdPWzdpxHA+j7en4IrhZXt5LM3S2V6/bps0=";
+ cargoHash = "sha256-vYehF2RjPrTZiuGcRUe4XX3ftRo7f+SIoKizD/kOtR8=";
24
25
nativeBuildInputs = [ libcosmicAppHook ];
26
0 commit comments