Skip to content

Commit

Permalink
Merge pull request NixOS#229040 from r-ryantm/auto-update/git-extras
Browse files Browse the repository at this point in the history
git-extras: 6.5.0 -> 7.0.0
  • Loading branch information
sikmir authored Apr 30, 2023
2 parents 67de074 + 4dc6a6e commit 4683562
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/applications/version-management/git-extras/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@

stdenv.mkDerivation rec {
pname = "git-extras";
version = "6.5.0";
version = "7.0.0";

src = fetchFromGitHub {
owner = "tj";
repo = "git-extras";
rev = version;
sha256 = "sha256-7VNkIFjz4stRT48a9uXks84W7/tP3p7esMJKnIe1O+8=";
sha256 = "sha256-BoTMaM/6F/vXn9y80baYnP9z0PwgnJrk9inYt0JIb+Q=";
};

postPatch = ''
Expand Down

0 comments on commit 4683562

Please sign in to comment.