tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
git-extras: 6.2.0 -> 6.3.0
Sandro Jäckel
4 years ago
3f025a3b
cf47e45f
+3
-3
1 changed file
expand all
collapse all
unified
split
pkgs
applications
version-management
git-and-tools
git-extras
default.nix
+3
-3
pkgs/applications/version-management/git-and-tools/git-extras/default.nix
···
2
3
stdenv.mkDerivation rec {
4
pname = "git-extras";
5
-
version = "6.2.0";
6
7
src = fetchFromGitHub {
8
owner = "tj";
9
repo = "git-extras";
10
rev = version;
11
-
sha256 = "sha256-ACuTb1DGft2/32Ezg23jhpl9yua5kUTZ2kKL8KHU+BU=";
12
};
13
14
postPatch = ''
···
37
description = "GIT utilities -- repo summary, repl, changelog population, author commit percentages and more";
38
license = licenses.mit;
39
platforms = platforms.all;
40
-
maintainers = with maintainers; [ spwhitt cko ];
41
};
42
}
···
2
3
stdenv.mkDerivation rec {
4
pname = "git-extras";
5
+
version = "6.3.0";
6
7
src = fetchFromGitHub {
8
owner = "tj";
9
repo = "git-extras";
10
rev = version;
11
+
sha256 = "sha256-mmvDsK+SgBXQSKNKuPt+K4sgtdrtqPx9Df2E3kKLdJM=";
12
};
13
14
postPatch = ''
···
37
description = "GIT utilities -- repo summary, repl, changelog population, author commit percentages and more";
38
license = licenses.mit;
39
platforms = platforms.all;
40
+
maintainers = with maintainers; [ spwhitt cko SuperSandro2000 ];
41
};
42
}