git-extras: 6.2.0 -> 6.3.0
This commit is contained in:
parent
cf47e45f96
commit
3f025a3bff
@ -2,13 +2,13 @@
|
|||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "git-extras";
|
pname = "git-extras";
|
||||||
version = "6.2.0";
|
version = "6.3.0";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "tj";
|
owner = "tj";
|
||||||
repo = "git-extras";
|
repo = "git-extras";
|
||||||
rev = version;
|
rev = version;
|
||||||
sha256 = "sha256-ACuTb1DGft2/32Ezg23jhpl9yua5kUTZ2kKL8KHU+BU=";
|
sha256 = "sha256-mmvDsK+SgBXQSKNKuPt+K4sgtdrtqPx9Df2E3kKLdJM=";
|
||||||
};
|
};
|
||||||
|
|
||||||
postPatch = ''
|
postPatch = ''
|
||||||
@ -37,6 +37,6 @@ stdenv.mkDerivation rec {
|
|||||||
description = "GIT utilities -- repo summary, repl, changelog population, author commit percentages and more";
|
description = "GIT utilities -- repo summary, repl, changelog population, author commit percentages and more";
|
||||||
license = licenses.mit;
|
license = licenses.mit;
|
||||||
platforms = platforms.all;
|
platforms = platforms.all;
|
||||||
maintainers = with maintainers; [ spwhitt cko ];
|
maintainers = with maintainers; [ spwhitt cko SuperSandro2000 ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user