git-mit: 5.12.191 -> 5.12.194

This commit is contained in:
R. Ryantm 2024-04-11 12:58:22 +00:00
parent c81c241415
commit 9bcfb99d6b

View File

@ -10,7 +10,7 @@
}:
let
version = "5.12.191";
version = "5.12.194";
in
rustPlatform.buildRustPackage {
pname = "git-mit";
@ -20,10 +20,10 @@ rustPlatform.buildRustPackage {
owner = "PurpleBooth";
repo = "git-mit";
rev = "v${version}";
hash = "sha256-aSEoAs0s7zyALf3s77eVlrjkCrn7ihW/4OW5hN8YL8k=";
hash = "sha256-9ITy2VPLIunSLSNx4EXbvxZ7V/Kr+DwmjzDVj/QVGHs=";
};
cargoHash = "sha256-pm+XreLGxZJKRcrmU1ooMjN7MTRJqgKOy2J1OqdodxE=";
cargoHash = "sha256-6R+T0BSgT6IivugkXXsX5xJ2c3/J3FnLY3ZvcfYW53E=";
nativeBuildInputs = [ pkg-config ];