git-mit: 6.1.0 -> 6.4.3

This commit is contained in:
R. Ryantm
2026-06-22 12:24:41 +00:00
parent d46c8d04e8
commit 666fc1934d
+3 -3
View File
@@ -9,7 +9,7 @@
}:
let
version = "6.1.0";
version = "6.4.3";
in
rustPlatform.buildRustPackage {
pname = "git-mit";
@@ -19,10 +19,10 @@ rustPlatform.buildRustPackage {
owner = "PurpleBooth";
repo = "git-mit";
tag = "v${version}";
hash = "sha256-2ApBtZPfpV5mrvD/6NS+qsA8/WLFZL6OGWnANJBMchI=";
hash = "sha256-Id7S0qE1020pPMoyCl8jkHWrbdOb6FZHLNsqRvwjpf8=";
};
cargoHash = "sha256-ahT2jMFwU1+xQykqedmhOWjr+6mxpaUpjAMCeBwUTY0=";
cargoHash = "sha256-edKtumK9HGIXHy/ZdxZ1+lxYi+cS5G129E+WK9/JE10=";
nativeBuildInputs = [ pkg-config ];