Skip to content

Commit

Permalink
gitAndTools.git-extras: 4.2.0 -> 4.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
globin committed Oct 22, 2017
1 parent f94d6f7 commit 922e747
Showing 1 changed file with 4 additions and 4 deletions.
Expand Up @@ -2,16 +2,16 @@

stdenv.mkDerivation rec {
name = "git-extras-${version}";
version = "4.2.0";
version = "4.4.0";

src = fetchurl {
url = "https://github.com/tj/git-extras/archive/${version}.tar.gz";
sha256 = "0pr2vf5rajkwjm45zvnwkc13kvk3kyr18axxvmm8drsqdkr8lrjk";
sha256 = "0vb8syyr5nbvmkj5g4rb1p8rqxb2hyl25gbyf4rd0b972d7iihhn";
};

phases = [ "unpackPhase" "installPhase" ];
dontBuild = true;

makeFlags = "DESTDIR=$(out) PREFIX=";
installFlags = [ "DESTDIR=$(out) PREFIX=" ];

meta = with stdenv.lib; {
homepage = https://github.com/tj/git-extras;
Expand Down

0 comments on commit 922e747

Please sign in to comment.