gnutls33: remove

This commit is contained in:
Robin Gloster
2017-01-27 18:37:24 +01:00
parent a611ecad17
commit aa686fe5c3
3 changed files with 11 additions and 21 deletions

View File

@@ -1,10 +0,0 @@
{ callPackage, fetchurl, ... } @ args:
callPackage ./generic.nix (args // rec {
version = "3.3.26";
src = fetchurl {
url = "ftp://ftp.gnutls.org/gcrypt/gnutls/v3.3/gnutls-${version}.tar.xz";
sha256 = "1n90qyz54hhnmf4fmap6zdyv7nihz6mrbqgxhd46h7aqdcmqhzba";
};
})