From b39debe88655703fa72571b3517e0d680251557f Mon Sep 17 00:00:00 2001 From: bbenoist Date: Thu, 12 Sep 2013 22:58:27 +0200 Subject: [PATCH] mkpasswd: Update to 5.0.26 The previous version (5.0.26) has been removed from the debian ftp. As the source URL is now down, our own hydra (not hydra.nixos.org) failed to build the package. This problem will occur again in the future since I only updated the URL without relying on a "more stable" alternative (this merits a specific discussion). --- pkgs/tools/security/mkpasswd/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/tools/security/mkpasswd/default.nix b/pkgs/tools/security/mkpasswd/default.nix index f131fcef4ce2..b27707a00159 100644 --- a/pkgs/tools/security/mkpasswd/default.nix +++ b/pkgs/tools/security/mkpasswd/default.nix @@ -4,11 +4,11 @@ stdenv.mkDerivation rec { name = "mkpasswd-${version}"; - version = "5.0.25"; + version = "5.0.26"; src = fetchurl { url = "http://ftp.debian.org/debian/pool/main/w/whois/whois_${version}.tar.xz"; - sha256 = "0qb859vwd6g93cb5zbf19gpw2g2b9s1qlq4nqia1a966pjkvw1qj"; + sha256 = "729625ef81425f4771e06492bb4f3e9f24bff75b8176044ce8d2f605f7ad6af5"; }; preConfigure = ''