From f8e39ec13cfd5abc14c2ba22bb34a5df671dc559 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vladim=C3=ADr=20=C4=8Cun=C3=A1t?= Date: Tue, 24 Jan 2017 15:43:53 +0100 Subject: [PATCH] nss: fetchpatch -> fetchurl This isn't a dynamically generated patch, so it's not required, and the hash was for unmodified patch anyway. --- pkgs/development/libraries/nss/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/development/libraries/nss/default.nix b/pkgs/development/libraries/nss/default.nix index e1a8ca93f08..6fc9170da87 100644 --- a/pkgs/development/libraries/nss/default.nix +++ b/pkgs/development/libraries/nss/default.nix @@ -24,7 +24,7 @@ in stdenv.mkDerivation rec { patches = [ # FIXME: what is this patch for? Do we still need it? - (fetchpatch { + (fetchurl { url = "https://gitweb.gentoo.org/repo/gentoo.git/plain/dev-libs/nss/files/nss-3.28-gentoo-fixups.patch"; sha256 = "0z58axd1n7vq4kdp5mrb3dsg6di39a1g40s3shl6n2dzs14c1y2q"; })