##// END OF EJS Templates
git: bumped version to 2.23.0
marcink -
r785:eda98248 default
parent child Browse files
Show More
@@ -2,10 +2,10 b' self: super: {'
2 2
3 3 # bump GIT version
4 4 git = super.lib.overrideDerivation super.git (oldAttrs: {
5 name = "git-2.22.0";
5 name = "git-2.23.0";
6 6 src = self.fetchurl {
7 url = "https://www.kernel.org/pub/software/scm/git/git-2.22.0.tar.xz";
8 sha256 = "17zj6jwx3s6bybd290f1mj5iym1r64560rmnf0p63x4akxclp7hm";
7 url = "https://www.kernel.org/pub/software/scm/git/git-2.23.0.tar.xz";
8 sha256 = "0rv0y45gcd3h191isppn77acih695v4pipdj031jvs9rd1ds0kr3";
9 9 };
10 10
11 11 # 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