Merge pull request #304788 from r-ryantm/auto-update/git-instafix

git-instafix: 0.2.1 -> 0.2.2
This commit is contained in:
Matthias Beyer 2024-04-17 16:28:37 +02:00 committed by GitHub
commit 1158385f62
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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 ];