Merge pull request #336474 from r-ryantm/auto-update/git-mit

git-mit: 5.13.11 -> 5.13.22
This commit is contained in:
Nick Cao 2024-08-22 16:33:23 -04:00 committed by GitHub
commit 7b74ca01e7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -10,7 +10,7 @@
}: }:
let let
version = "5.13.11"; version = "5.13.22";
in in
rustPlatform.buildRustPackage { rustPlatform.buildRustPackage {
pname = "git-mit"; pname = "git-mit";
@ -20,10 +20,10 @@ rustPlatform.buildRustPackage {
owner = "PurpleBooth"; owner = "PurpleBooth";
repo = "git-mit"; repo = "git-mit";
rev = "v${version}"; rev = "v${version}";
hash = "sha256-sLSPnr89AvosutY8jw0KiiXihVT+A+fuHs6AKvMEUF4="; hash = "sha256-nYKwf0+Ai6GU9CeRKI7NInmkA4yH41tMWoT9S03m0VI=";
}; };
cargoHash = "sha256-iaAxwUtGKG3AG3mdiKveZekFSEqHBf4O9WLs23YeSPs="; cargoHash = "sha256-dcTyombQBR0IGkK+2GWedFQf/1a74gVUIqM96xVxlj0=";
nativeBuildInputs = [ pkg-config ]; nativeBuildInputs = [ pkg-config ];