Unverified Commit 97b17f32 authored by figsoda's avatar figsoda Committed by GitHub
Browse files

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

git-mit: 5.12.184 -> 5.12.186
parents ce800c81 df379928
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -10,7 +10,7 @@
}:

let
  version = "5.12.184";
  version = "5.12.186";
in
rustPlatform.buildRustPackage {
  pname = "git-mit";
@@ -20,10 +20,10 @@ rustPlatform.buildRustPackage {
    owner = "PurpleBooth";
    repo = "git-mit";
    rev = "v${version}";
    hash = "sha256-KFfRfLOl6So9AnmrLiiG3sUG2OHQegb8Nx/ndcO1IjE=";
    hash = "sha256-895QAtKUzqiWffw5IgovXBiARncelrmz1FUEbeHYoW0=";
  };

  cargoHash = "sha256-17Ojhu7xPZYdFeV/rCa/K9HLHD/vsm0FU6Ag9EPngcQ=";
  cargoHash = "sha256-E3xwZ9oB7oe5gVLAasvo1MWPjDPLKZgSX98VZAq2O3k=";

  nativeBuildInputs = [ pkg-config ];