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

git-instafix: 0.2.2 -> 0.2.3
This commit is contained in:
Nick Cao 2024-05-12 11:08:22 -04:00 committed by GitHub
commit 9b334cac84
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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