We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 562d6b0 + f5c60f7 commit d001739Copy full SHA for d001739
pkgs/by-name/co/cosmic-screenshot/package.nix
@@ -9,16 +9,16 @@
9
10
rustPlatform.buildRustPackage rec {
11
pname = "cosmic-screenshot";
12
- version = "1.0.0-alpha.2";
+ version = "1.0.0-alpha.5.1";
13
14
src = fetchFromGitHub {
15
owner = "pop-os";
16
repo = pname;
17
rev = "epoch-${version}";
18
- hash = "sha256-+yHpRbK+AWnpcGrC5U0wKbt0u8tm3CFGjKTCDQpb3G0=";
+ hash = "sha256-/sGYF+XWmPraNGlBVUcN/nokDB9JwWViEAL9gVH3ZaI=";
19
};
20
21
- cargoHash = "sha256-fzIVyxzNknEjGJoR9sgXkY+gyuTC0T4Sy513X8umbWA=";
+ cargoHash = "sha256-E03MeHSEjVAlKiqW7UQh0cZ5UHKfMtXVwUynpUHexbs=";
22
23
nativeBuildInputs = [
24
just
0 commit comments