nss: fetchpatch -> fetchurl

This isn't a dynamically generated patch, so it's not required,
and the hash was for unmodified patch anyway.
This commit is contained in:
Vladimír Čunát 2017-01-24 15:43:53 +01:00
parent b6adec130b
commit f8e39ec13c
No known key found for this signature in database
GPG Key ID: E747DF1F9575A3AA

View File

@ -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";
})