##// END OF EJS Templates
git: bumped version to git-2.26.1
marcink -
r969:e4dc0d6b python3
parent child Browse files
Show More
@@ -1,11 +1,12 b''
1 self: super: {
1 self: super: {
2
2
3 # bump GIT version
3 # change GIT version
4 # latest supported are in: https://github.com/NixOS/nixpkgs/tree/master/pkgs/applications/version-management/git-and-tools/git
4 git = super.lib.overrideDerivation super.git (oldAttrs: {
5 git = super.lib.overrideDerivation super.git (oldAttrs: {
5 name = "git-2.24.1";
6 name = "git-2.25.3";
6 src = self.fetchurl {
7 src = self.fetchurl {
7 url = "https://www.kernel.org/pub/software/scm/git/git-2.24.1.tar.xz";
8 url = "https://www.kernel.org/pub/software/scm/git/git-2.25.3.tar.xz";
8 sha256 = "0ql5z31vgl7b785gwrf00m129mg7zi9pa65n12ij3mpxx3f28gvj";
9 sha256 = "0yvr97cl0dvj3fwblq1mb0cp97v8hrn9l98p8b1jx8815mbsnz9h";
9 };
10 };
10
11
11 # patches come from: https://github.com/NixOS/nixpkgs/tree/master/pkgs/applications/version-management/git-and-tools/git
12 # patches come from: https://github.com/NixOS/nixpkgs/tree/master/pkgs/applications/version-management/git-and-tools/git
General Comments 0
You need to be logged in to leave comments. Login now