git-instafix: 0.2.3 -> 0.2.4
This commit is contained in:
parent
9ac814f96a
commit
7bbb24fb11
@ -13,7 +13,7 @@ let
|
|||||||
maintainers
|
maintainers
|
||||||
;
|
;
|
||||||
|
|
||||||
version = "0.2.3";
|
version = "0.2.4";
|
||||||
in
|
in
|
||||||
rustPlatform.buildRustPackage {
|
rustPlatform.buildRustPackage {
|
||||||
pname = "git-instafix";
|
pname = "git-instafix";
|
||||||
@ -23,10 +23,10 @@ rustPlatform.buildRustPackage {
|
|||||||
owner = "quodlibetor";
|
owner = "quodlibetor";
|
||||||
repo = "git-instafix";
|
repo = "git-instafix";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
hash = "sha256-gh0/pD07oWODZAOu82KijOFWUHfqSHyGLXg67K/rhqo=";
|
hash = "sha256-lrGWt3y8IbGzOjp6k3nZD4CnC1S9aMpJPwNL/Mik5Lw=";
|
||||||
};
|
};
|
||||||
|
|
||||||
cargoHash = "sha256-FncpFgmbB186ZKl8XMjeNAFtAf1qlNW8hbhTOKBlUWc=";
|
cargoHash = "sha256-+mBxHC7AzHuQ/k9OwT92iL25aW0WXyPcG5SOsWdgV5U=";
|
||||||
|
|
||||||
buildInputs = [ libgit2 ];
|
buildInputs = [ libgit2 ];
|
||||||
nativeCheckInputs = [ git ];
|
nativeCheckInputs = [ git ];
|
||||||
|
Loading…
Reference in New Issue
Block a user