tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
0
fork
atom
lol
0
fork
atom
overview
issues
pulls
pipelines
ldns: 1.8.1 -> 1.8.3
authored by
R. Ryantm
and committed by
ehmry
3 years ago
facd025b
5a7d055a
+2
-2
1 changed file
expand all
collapse all
unified
split
pkgs
development
libraries
ldns
default.nix
+2
-2
pkgs/development/libraries/ldns/default.nix
reviewed
···
2
2
3
3
stdenv.mkDerivation rec {
4
4
pname = "ldns";
5
5
-
version = "1.8.1";
5
5
+
version = "1.8.3";
6
6
7
7
src = fetchurl {
8
8
url = "https://www.nlnetlabs.nl/downloads/ldns/${pname}-${version}.tar.gz";
9
9
-
sha256 = "sha256-lYIpq85NOqoZp1wNEnZmVksXIWkCGG6VLKSu9Hxtf6M=";
9
9
+
sha256 = "sha256-w/ct0QNrKQfjpW5qz537LlUSVrPBu9l4eULe7rcOeGA=";
10
10
};
11
11
12
12
postPatch = ''