git-mit: 5.12.184 -> 5.12.186

This commit is contained in:
R. Ryantm 2024-01-28 16:52:09 +00:00
parent 5ee6b5165a
commit df379928f8

View File

@ -10,7 +10,7 @@
}:
let
version = "5.12.184";
version = "5.12.186";
in
rustPlatform.buildRustPackage {
pname = "git-mit";
@ -20,10 +20,10 @@ rustPlatform.buildRustPackage {
owner = "PurpleBooth";
repo = "git-mit";
rev = "v${version}";
hash = "sha256-KFfRfLOl6So9AnmrLiiG3sUG2OHQegb8Nx/ndcO1IjE=";
hash = "sha256-895QAtKUzqiWffw5IgovXBiARncelrmz1FUEbeHYoW0=";
};
cargoHash = "sha256-17Ojhu7xPZYdFeV/rCa/K9HLHD/vsm0FU6Ag9EPngcQ=";
cargoHash = "sha256-E3xwZ9oB7oe5gVLAasvo1MWPjDPLKZgSX98VZAq2O3k=";
nativeBuildInputs = [ pkg-config ];