mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 15:22:59 +01:00
adns: 1.5.0 -> 1.5.1
This commit is contained in:
parent
072917ea5d
commit
62dce240bf
1 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
|||
{ stdenv, fetchurl }:
|
||||
|
||||
let
|
||||
version = "1.5.0";
|
||||
version = "1.5.1";
|
||||
in
|
||||
stdenv.mkDerivation {
|
||||
name = "adns-${version}";
|
||||
|
@ -12,7 +12,7 @@ stdenv.mkDerivation {
|
|||
"ftp://ftp.chiark.greenend.org.uk/users/ian/adns/adns-${version}.tar.gz"
|
||||
"mirror://gnu/adns/adns-${version}.tar.gz"
|
||||
];
|
||||
sha256 = "0hg89b5n84zjhzvbzrpvhl0hbm4s6d1z2pzllfis64ai656ypibz";
|
||||
sha256 = "1ssfh94ck6kn98nf2yy6743srpgqgd167va5ja3bwx42igqjc42v";
|
||||
};
|
||||
|
||||
preConfigure =
|
||||
|
|
Loading…
Reference in a new issue