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.
2 parents 07bee95 + 1a03c1d commit 69b3452Copy full SHA for 69b3452
pkgs/by-name/gi/git-prole/package.nix
@@ -7,7 +7,7 @@
7
nix-update-script,
8
}:
9
let
10
- version = "0.5.1";
+ version = "0.5.3";
11
in
12
rustPlatform.buildRustPackage {
13
pname = "git-prole";
@@ -17,10 +17,10 @@ rustPlatform.buildRustPackage {
17
owner = "9999years";
18
repo = "git-prole";
19
rev = "refs/tags/v${version}";
20
- hash = "sha256-jJEskahZRCpM2WEH4myTLfowQxEJ4WCNXbTwGkwBHnY=";
+ hash = "sha256-QwLkByC8gdAnt6geZS285ErdH8nfV3vsWjMF4hTzq9Y=";
21
};
22
23
- cargoHash = "sha256-u4UJH+dIDI+I6fEQTRe3RRufYZwxBENxnwULSSCOZF8=";
+ cargoHash = "sha256-K4gIvK0qxMJh9SXF9JZFacDKv6TwvDQe8JVX2rtq/hU=";
24
25
nativeCheckInputs = [
26
git
0 commit comments