git-instafix: 0.2.1 -> 0.2.2

This commit is contained in:
R. Ryantm 2024-04-17 13:35:25 +00:00
parent d84b5d7735
commit d91bfb279d
1 changed files with 3 additions and 3 deletions

View File

@ -13,7 +13,7 @@ let
maintainers
;
version = "0.2.1";
version = "0.2.2";
in
rustPlatform.buildRustPackage {
pname = "git-instafix";
@ -23,10 +23,10 @@ rustPlatform.buildRustPackage {
owner = "quodlibetor";
repo = "git-instafix";
rev = "v${version}";
hash = "sha256-rWHiaZji3GECsiMqvEGC/tF+K29ZLlY6+TCNxtixHQo=";
hash = "sha256-cwScEEijhMgBdTeYuOOxW13x4ZpyrUouZvAiD17dOog=";
};
cargoHash = "sha256-t5vlr3YxjRPqMHwPqVjWul4RdSg0hiTWUQxcJmGKiTQ=";
cargoHash = "sha256-o4oIDqr+vRvfICtZbIuD2kBEneLJrvyPVr5FPLlYGv8=";
buildInputs = [ libgit2 ];
nativeCheckInputs = [ git ];