git-mit: 6.4.3 -> 6.5.2 (#537268)

This commit is contained in:
nixpkgs-ci[bot] 2026-07-01 08:21:57 +00:00 committed by GitHub
commit bae9b1b412
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -9,7 +9,7 @@
}:
let
version = "6.4.3";
version = "6.5.2";
in
rustPlatform.buildRustPackage {
pname = "git-mit";
@ -19,10 +19,10 @@ rustPlatform.buildRustPackage {
owner = "PurpleBooth";
repo = "git-mit";
tag = "v${version}";
hash = "sha256-Id7S0qE1020pPMoyCl8jkHWrbdOb6FZHLNsqRvwjpf8=";
hash = "sha256-5tVNCvaNxW9Ko+x2GWi3fMpyuwxgjMNLTED6gvxagnI=";
};
cargoHash = "sha256-edKtumK9HGIXHy/ZdxZ1+lxYi+cS5G129E+WK9/JE10=";
cargoHash = "sha256-gSvFdvW+XW0MGFkwAkVrcC1ETjoGaFJxioD9ENEpml4=";
nativeBuildInputs = [ pkg-config ];