1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-18 03:30:45 +00:00

git-prole: 0.1.1 -> 0.5.1 (#350145)

This commit is contained in:
jade 2024-10-22 02:21:55 -07:00 committed by GitHub
commit 0b7c15588a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -7,7 +7,7 @@
nix-update-script,
}:
let
version = "0.1.1";
version = "0.5.1";
in
rustPlatform.buildRustPackage {
pname = "git-prole";
@ -17,10 +17,10 @@ rustPlatform.buildRustPackage {
owner = "9999years";
repo = "git-prole";
rev = "refs/tags/v${version}";
hash = "sha256-IJsNZt5eID1ghz5Rj53OfidgPoMS2qq+7qgqYEu4zPc=";
hash = "sha256-jJEskahZRCpM2WEH4myTLfowQxEJ4WCNXbTwGkwBHnY=";
};
cargoHash = "sha256-2z7UEHVomm2zuImdcQq0G9fEhKrHLrPNUhVrFugG3w4=";
cargoHash = "sha256-u4UJH+dIDI+I6fEQTRe3RRufYZwxBENxnwULSSCOZF8=";
nativeCheckInputs = [
git