git-instafix: 0.2.5 -> 0.2.7

This commit is contained in:
R. Ryantm 2024-07-02 08:30:59 +00:00
parent 08683639c2
commit bd0a07aa37

View File

@ -13,7 +13,7 @@ let
maintainers
;
version = "0.2.5";
version = "0.2.7";
in
rustPlatform.buildRustPackage {
pname = "git-instafix";
@ -23,10 +23,10 @@ rustPlatform.buildRustPackage {
owner = "quodlibetor";
repo = "git-instafix";
rev = "v${version}";
hash = "sha256-tizA5BLZZ/9gfHv2X8is7EJD1reMvfA7c6JETUoUgvI=";
hash = "sha256-Uz+KQ8cQT3v97EtmbAv2II30dUrFD0hMo/GhnqcdBOs=";
};
cargoHash = "sha256-kIIwswj8mfpY382O0bdMoSk6+T+614l2QCeRgz3ZxEY=";
cargoHash = "sha256-12UkZyyu4KH3dcCadr8UhK8DTtVjcsjYzt7kiNLpUqU=";
buildInputs = [ libgit2 ];
nativeCheckInputs = [ git ];