Skip to content

Commit

Permalink
Merge pull request #102295 from r-ryantm/auto-update/git-extras
Browse files Browse the repository at this point in the history
gitAndTools.git-extras: 6.0.0 -> 6.1.0
  • Loading branch information
marsam committed Nov 2, 2020
2 parents 9fd9567 + 3408bdd commit eb64ee0
Showing 1 changed file with 2 additions and 2 deletions.
Expand Up @@ -2,11 +2,11 @@

stdenv.mkDerivation rec {
pname = "git-extras";
version = "6.0.0";
version = "6.1.0";

src = fetchzip {
url = "https://github.com/tj/git-extras/archive/${version}.tar.gz";
sha256 = "0mxb3c5lb5n7c76bp10bw7bid564vjxi5f7cvzaj2ss93v5rr11g";
sha256 = "12ff9rhgqd71xm72r385hx0h8g75hz0ag0adzqcwfa54k0lhrrrz";
};

nativeBuildInputs = [ unixtools.column which ];
Expand Down

0 comments on commit eb64ee0

Please sign in to comment.