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

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

git-mit: 5.12.196 -> 5.12.197
parents 66a61592 f17136e4
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -10,7 +10,7 @@
}:

let
  version = "5.12.196";
  version = "5.12.197";
in
rustPlatform.buildRustPackage {
  pname = "git-mit";
@@ -20,10 +20,10 @@ rustPlatform.buildRustPackage {
    owner = "PurpleBooth";
    repo = "git-mit";
    rev = "v${version}";
    hash = "sha256-vv60+8H6WQes+xVJRsgLppwQ/DkQbfNC6tRx2TB/4HQ=";
    hash = "sha256-Z03FDdlg1IBXHpurKr6RwmtZkaptyeQe+0lgKn/GTTQ=";
  };

  cargoHash = "sha256-jK2GTI+T7Ie5cdQQQHh2aj6Egb/5BxsfJkFrSo+z7Pc=";
  cargoHash = "sha256-V8TV8RM3T7DYqwNV/r5PkkJVtyAQLdY3BR3sz26phdY=";

  nativeBuildInputs = [ pkg-config ];