git-mit: 5.12.203 -> 5.12.205

This commit is contained in:
R. Ryantm
2024-06-07 22:50:14 +00:00
parent 5b3b5d79aa
commit cdbddb848a
@@ -10,7 +10,7 @@
}:
let
version = "5.12.203";
version = "5.12.205";
in
rustPlatform.buildRustPackage {
pname = "git-mit";
@@ -20,10 +20,10 @@ rustPlatform.buildRustPackage {
owner = "PurpleBooth";
repo = "git-mit";
rev = "v${version}";
hash = "sha256-8sxC8peASy13Q582DbHHpQUj0AZN0soJrOocuPyJeHI=";
hash = "sha256-I9tIw7ZtQ85L1Pt0+/CxugtmnClbEbn4xKjSkBqBa0o=";
};
cargoHash = "sha256-zDUANe5zQNufPepbFoADkfjtEAE48GkMCpmG41OP2og=";
cargoHash = "sha256-GWoh//sHhIVxmFuyAHRot/JG5wL3Zn2yIeRncaPENN4=";
nativeBuildInputs = [ pkg-config ];