git-mit: 6.5.2 -> 6.5.3

This commit is contained in:
R. Ryantm
2026-07-13 14:42:34 +00:00
parent e85df26e31
commit 68c473cb2b
+3 -3
View File
@@ -9,7 +9,7 @@
}:
let
version = "6.5.2";
version = "6.5.3";
in
rustPlatform.buildRustPackage {
pname = "git-mit";
@@ -19,10 +19,10 @@ rustPlatform.buildRustPackage {
owner = "PurpleBooth";
repo = "git-mit";
tag = "v${version}";
hash = "sha256-5tVNCvaNxW9Ko+x2GWi3fMpyuwxgjMNLTED6gvxagnI=";
hash = "sha256-vk0TxbvjjFqyisyeet2s3mp7+aPb99Lp0iLU59+pNG0=";
};
cargoHash = "sha256-gSvFdvW+XW0MGFkwAkVrcC1ETjoGaFJxioD9ENEpml4=";
cargoHash = "sha256-54s4Jnc6C6ysQnQ4AyxxghbTVVkud4KrZ9wLZ83OZmQ=";
nativeBuildInputs = [ pkg-config ];