Merge pull request #270955 from figsoda/mit

git-mit: 5.12.177 -> 5.12.178
This commit is contained in:
Weijia Wang
2023-11-30 03:05:52 +01:00
committed by GitHub
@@ -10,7 +10,7 @@
}:
let
version = "5.12.177";
version = "5.12.178";
in
rustPlatform.buildRustPackage {
pname = "git-mit";
@@ -20,10 +20,10 @@ rustPlatform.buildRustPackage {
owner = "PurpleBooth";
repo = "git-mit";
rev = "v${version}";
hash = "sha256-cg0fRHaDd0l5a8aKZwG6BbwVz47P0SMc4MdV6KmafZ8=";
hash = "sha256-PyQhg3JJqfOVjT72kvfki4krLB3YRP9EHqbIptRI9nc=";
};
cargoHash = "sha256-AfBSnqUpuJFwE5OTX6aDH+arD+mjyoIjdNTpN98dxjw=";
cargoHash = "sha256-/8zrqj3Nlm84eAYfMzpZJ9Bgv5Tjyucfv9YcXdGXXFQ=";
nativeBuildInputs = [ pkg-config ];