Skip to content

Commit

Permalink
gitu: 0.21.1 -> 0.22.1
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm authored and eclairevoyant committed Jul 9, 2024
1 parent aab73d8 commit 4c21bcf
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/by-name/gi/gitu/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -12,16 +12,16 @@

rustPlatform.buildRustPackage rec {
pname = "gitu";
version = "0.21.1";
version = "0.22.1";

src = fetchFromGitHub {
owner = "altsem";
repo = "gitu";
rev = "v${version}";
hash = "sha256-cbH2gXMBD/D+dqdYLcFZxvhuSZklw2hi2+9mrqu+pjc=";
hash = "sha256-bvIks6MpKkTr5CdfzstNu+8yPaiWd6zhUdIZWrn1V78=";
};

cargoHash = "sha256-UB4z0jh0AQAareRbS7l/402u0yZxEV748xzE/fQcQfY=";
cargoHash = "sha256-+B/omGci09CjrQkeKav5SVGTF5gIiBQIO/8VbSjsaj0=";

nativeBuildInputs = [
pkg-config
Expand Down

0 comments on commit 4c21bcf

Please sign in to comment.