git-instafix: 0.2.3 -> 0.2.4

This commit is contained in:
R. Ryantm 2024-06-20 04:42:09 +00:00
parent 9ac814f96a
commit 7bbb24fb11

View File

@ -13,7 +13,7 @@ let
maintainers
;
version = "0.2.3";
version = "0.2.4";
in
rustPlatform.buildRustPackage {
pname = "git-instafix";
@ -23,10 +23,10 @@ rustPlatform.buildRustPackage {
owner = "quodlibetor";
repo = "git-instafix";
rev = "v${version}";
hash = "sha256-gh0/pD07oWODZAOu82KijOFWUHfqSHyGLXg67K/rhqo=";
hash = "sha256-lrGWt3y8IbGzOjp6k3nZD4CnC1S9aMpJPwNL/Mik5Lw=";
};
cargoHash = "sha256-FncpFgmbB186ZKl8XMjeNAFtAf1qlNW8hbhTOKBlUWc=";
cargoHash = "sha256-+mBxHC7AzHuQ/k9OwT92iL25aW0WXyPcG5SOsWdgV5U=";
buildInputs = [ libgit2 ];
nativeCheckInputs = [ git ];