git-mit: 5.14.3 -> 5.14.4

This commit is contained in:
R. Ryantm 2025-05-10 13:48:37 +00:00
parent c3f9e1d1d8
commit daf712f5b8

View file

@ -10,7 +10,7 @@
}: }:
let let
version = "5.14.3"; version = "5.14.4";
in in
rustPlatform.buildRustPackage { rustPlatform.buildRustPackage {
pname = "git-mit"; pname = "git-mit";
@ -20,7 +20,7 @@ rustPlatform.buildRustPackage {
owner = "PurpleBooth"; owner = "PurpleBooth";
repo = "git-mit"; repo = "git-mit";
rev = "v${version}"; rev = "v${version}";
hash = "sha256-+7rl4wxVQq4bLBsnLSeJD+1kkRuf7FCi81pXGrNNOPI="; hash = "sha256-8XWwzR9TiSCU6fKbrulKpCDFDEyzQpaT2nrahF8iac8=";
}; };
useFetchCargoVendor = true; useFetchCargoVendor = true;
@ -30,7 +30,7 @@ rustPlatform.buildRustPackage {
./libgit2-update.patch ./libgit2-update.patch
]; ];
cargoHash = "sha256-uoS6vmHmOVkHS81mrsbbXqP/dAC/FNHAlpTDHSa632k="; cargoHash = "sha256-B2XRdcwcFxMwnDl5ndIw72OEsn6D2Y8rIoeO4tclJkk=";
nativeBuildInputs = [ pkg-config ]; nativeBuildInputs = [ pkg-config ];