Skip to content

Commit

Permalink
adns: 1.5.1 -> 1.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Christian Kauhaus committed Jul 3, 2020
1 parent 55668eb commit b3bcf10
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/libraries/adns/default.nix
@@ -1,7 +1,7 @@
{ stdenv, fetchurl }:

let
version = "1.5.1";
version = "1.5.2";
in
stdenv.mkDerivation {
pname = "adns";
Expand All @@ -13,7 +13,7 @@ stdenv.mkDerivation {
"ftp://ftp.chiark.greenend.org.uk/users/ian/adns/adns-${version}.tar.gz"
"mirror://gnu/adns/adns-${version}.tar.gz"
];
sha256 = "1ssfh94ck6kn98nf2yy6743srpgqgd167va5ja3bwx42igqjc42v";
sha256 = "0z9ambw4pjnvwhn4bhxbrh20zpjsfj1ixm2lxa8x1x6w36g3ip6q";
};

preConfigure =
Expand Down

0 comments on commit b3bcf10

Please sign in to comment.