Skip to content

Commit

Permalink
git-instafix: 0.2.1 -> 0.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm committed Apr 17, 2024
1 parent d84b5d7 commit d91bfb2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/by-name/gi/git-instafix/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ let
maintainers
;

version = "0.2.1";
version = "0.2.2";
in
rustPlatform.buildRustPackage {
pname = "git-instafix";
Expand All @@ -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 ];
Expand Down

0 comments on commit d91bfb2

Please sign in to comment.