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

git-mit: 5.14.3 -> 5.14.4 (#405898)

parents d6b82c8c daf712f5
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -10,7 +10,7 @@
}:

let
  version = "5.14.3";
  version = "5.14.4";
in
rustPlatform.buildRustPackage {
  pname = "git-mit";
@@ -20,7 +20,7 @@ rustPlatform.buildRustPackage {
    owner = "PurpleBooth";
    repo = "git-mit";
    rev = "v${version}";
    hash = "sha256-+7rl4wxVQq4bLBsnLSeJD+1kkRuf7FCi81pXGrNNOPI=";
    hash = "sha256-8XWwzR9TiSCU6fKbrulKpCDFDEyzQpaT2nrahF8iac8=";
  };

  useFetchCargoVendor = true;
@@ -30,7 +30,7 @@ rustPlatform.buildRustPackage {
    ./libgit2-update.patch
  ];

  cargoHash = "sha256-uoS6vmHmOVkHS81mrsbbXqP/dAC/FNHAlpTDHSa632k=";
  cargoHash = "sha256-B2XRdcwcFxMwnDl5ndIw72OEsn6D2Y8rIoeO4tclJkk=";

  nativeBuildInputs = [ pkg-config ];