Merge pull request #41132 from NixOS/revert-41123-auto-update/bind
Revert "bind: 9.12.1-P2 -> 9.13.0"
This commit is contained in:
commit
9f2fb8f3a7
@ -6,14 +6,14 @@
|
|||||||
assert enableSeccomp -> libseccomp != null;
|
assert enableSeccomp -> libseccomp != null;
|
||||||
assert enablePython -> python3 != null;
|
assert enablePython -> python3 != null;
|
||||||
|
|
||||||
let version = "9.13.0"; in
|
let version = "9.12.1-P2"; in
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "bind-${version}";
|
name = "bind-${version}";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "http://ftp.isc.org/isc/bind9/${version}/${name}.tar.gz";
|
url = "http://ftp.isc.org/isc/bind9/${version}/${name}.tar.gz";
|
||||||
sha256 = "1z2gyfps30skhhby1vlyxa7cbpla10b89z51dd4djdbiih49ki6a";
|
sha256 = "0a9dvyg1dk7vpqn9gz7p5jas3bz7z22bjd66b98g1qk16i2w7rqd";
|
||||||
};
|
};
|
||||||
|
|
||||||
outputs = [ "out" "lib" "dev" "man" "dnsutils" "host" ];
|
outputs = [ "out" "lib" "dev" "man" "dnsutils" "host" ];
|
||||||
|
Loading…
Reference in New Issue
Block a user