tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
0
fork
atom
lol
0
fork
atom
overview
issues
pulls
pipelines
dnsmasq: 2.73 -> 2.75
William A. Kennington III
10 years ago
8c244bc2
c6159b26
+2
-2
1 changed file
expand all
collapse all
unified
split
pkgs
tools
networking
dnsmasq
default.nix
+2
-2
pkgs/tools/networking/dnsmasq/default.nix
···
11
11
]);
12
12
in
13
13
stdenv.mkDerivation rec {
14
14
-
name = "dnsmasq-2.73";
14
14
+
name = "dnsmasq-2.75";
15
15
16
16
src = fetchurl {
17
17
url = "http://www.thekelleys.org.uk/dnsmasq/${name}.tar.xz";
18
18
-
sha256 = "1xnqfaw2l78f4zw4z9sgr9nl9yc233gxc3sd7hxapz2k7q883zqb";
18
18
+
sha256 = "1wa1d4if9q6k3hklv8xi06a59k3aqb7pik8rhi2l53i99hflw334";
19
19
};
20
20
21
21
preBuild = ''