Unverified Commit c5a7449d authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

Merge pull request #307753 from r-ryantm/auto-update/git-mit

git-mit: 5.12.197 -> 5.12.198
parents 8bfd56f0 5b18f063
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -10,7 +10,7 @@
}:

let
  version = "5.12.197";
  version = "5.12.198";
in
rustPlatform.buildRustPackage {
  pname = "git-mit";
@@ -20,10 +20,10 @@ rustPlatform.buildRustPackage {
    owner = "PurpleBooth";
    repo = "git-mit";
    rev = "v${version}";
    hash = "sha256-Z03FDdlg1IBXHpurKr6RwmtZkaptyeQe+0lgKn/GTTQ=";
    hash = "sha256-4tWgIwDmGZhMFTVT5VzmGj69zV8FGTV0yBHUy5Iu1Xw=";
  };

  cargoHash = "sha256-V8TV8RM3T7DYqwNV/r5PkkJVtyAQLdY3BR3sz26phdY=";
  cargoHash = "sha256-vKiCKcyB1Q2CNA4HpE8dc5gh+nlrz0VERIMaTGlDH5Y=";

  nativeBuildInputs = [ pkg-config ];