tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
Merge #287657: git: 2.43.0 -> 2.43.1
...into staging
Vladimír Čunát
2 years ago
cbda6280
7e61d8d5
+2
-2
1 changed file
expand all
collapse all
unified
split
pkgs
applications
version-management
git
default.nix
+2
-2
pkgs/applications/version-management/git/default.nix
···
29
29
assert svnSupport -> perlSupport;
30
30
31
31
let
32
32
-
version = "2.43.0";
32
32
+
version = "2.43.1";
33
33
svn = subversionClient.override { perlBindings = perlSupport; };
34
34
gitwebPerlLibs = with perlPackages; [ CGI HTMLParser CGIFast FCGI FCGIProcManager HTMLTagCloud ];
35
35
in
···
42
42
43
43
src = fetchurl {
44
44
url = "https://www.kernel.org/pub/software/scm/git/git-${version}.tar.xz";
45
45
-
hash = "sha256-VEZgPnPZEXgdJZ5WV1Dc0nekKDbI45LKyRzxN6qbduw=";
45
45
+
hash = "sha256-IjTze0U/+ORnLCGtQNQcxzk8mo3N/mQL7HrFtTWPMNI=";
46
46
};
47
47
48
48
outputs = [ "out" ] ++ lib.optional withManual "doc";