Skip to content

Commit

Permalink
Merge pull request NixOS#301951 from r-ryantm/auto-update/gitu
Browse files Browse the repository at this point in the history
gitu: 0.11.0 -> 0.13.1
  • Loading branch information
nixpkgs-merge-bot[bot] authored Apr 6, 2024
2 parents f928074 + aaad705 commit e7bb375
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.11.0";
version = "0.13.1";

src = fetchFromGitHub {
owner = "altsem";
repo = "gitu";
rev = "v${version}";
hash = "sha256-SAGihNV6lTFq0adNh7QDm7Mcg7kVCKq2IstFe965Lcc=";
hash = "sha256-1wfc3n3uSkox2wa5i+Qiv7PZ0d2dXXbwjWw8NMXJXj8=";
};

cargoHash = "sha256-RfjefPr/NuZaT56JkP1pDpH7I7K0vhIelwASEBQFJFc=";
cargoHash = "sha256-JwNyzA6D8mIzp/+egjD2C7T9mGbcCKKtwFRXBuXMQ+U=";

nativeBuildInputs = [
pkg-config
Expand Down

0 comments on commit e7bb375

Please sign in to comment.