##// END OF EJS Templates
security: bumped git to 2.24.1 that fixes several CVE...
marcink -
r803:9a71cd0b 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.23.0";
5 name = "git-2.24.1";
6 6 src = self.fetchurl {
7 url = "https://www.kernel.org/pub/software/scm/git/git-2.23.0.tar.xz";
8 sha256 = "0rv0y45gcd3h191isppn77acih695v4pipdj031jvs9rd1ds0kr3";
7 url = "https://www.kernel.org/pub/software/scm/git/git-2.24.1.tar.xz";
8 sha256 = "0ql5z31vgl7b785gwrf00m129mg7zi9pa65n12ij3mpxx3f28gvj";
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