Skip to content

Commit 1a03c1d

Browse files
committed
1 parent 2d158cd commit 1a03c1d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pkgs/by-name/gi/git-prole/package.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
nix-update-script,
88
}:
99
let
10-
version = "0.5.1";
10+
version = "0.5.3";
1111
in
1212
rustPlatform.buildRustPackage {
1313
pname = "git-prole";
@@ -17,10 +17,10 @@ rustPlatform.buildRustPackage {
1717
owner = "9999years";
1818
repo = "git-prole";
1919
rev = "refs/tags/v${version}";
20-
hash = "sha256-jJEskahZRCpM2WEH4myTLfowQxEJ4WCNXbTwGkwBHnY=";
20+
hash = "sha256-QwLkByC8gdAnt6geZS285ErdH8nfV3vsWjMF4hTzq9Y=";
2121
};
2222

23-
cargoHash = "sha256-u4UJH+dIDI+I6fEQTRe3RRufYZwxBENxnwULSSCOZF8=";
23+
cargoHash = "sha256-K4gIvK0qxMJh9SXF9JZFacDKv6TwvDQe8JVX2rtq/hU=";
2424

2525
nativeCheckInputs = [
2626
git

0 commit comments

Comments
 (0)