cryptodev: 1.9 -> 1.11
This commit is contained in:
parent
561078189e
commit
983f3229e4
@ -1,14 +1,14 @@
|
||||
{ fetchurl, stdenv, kernel ? false }:
|
||||
{ fetchFromGitHub, stdenv, kernel ? false }:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
pname = "cryptodev-linux-1.9";
|
||||
pname = "cryptodev-linux-1.11";
|
||||
name = "${pname}-${kernel.version}";
|
||||
|
||||
src = fetchurl {
|
||||
urls = [
|
||||
"http://nwl.cc/pub/cryptodev-linux/${pname}.tar.gz"
|
||||
];
|
||||
sha256 = "0l3r8s71vkd0s2h01r7fhqnc3j8cqw4msibrdxvps9hfnd4hnk4z";
|
||||
src = fetchFromGitHub {
|
||||
owner = "cryptodev-linux";
|
||||
repo = "cryptodev-linux";
|
||||
rev = pname;
|
||||
sha256 = "1ky850qiyacq8p3lng7n3w6h3x2clqrz4lkv2cv3psy92mg9pvc9";
|
||||
};
|
||||
|
||||
hardeningDisable = [ "pic" ];
|
||||
@ -22,6 +22,5 @@ stdenv.mkDerivation rec {
|
||||
homepage = "http://cryptodev-linux.org/";
|
||||
license = stdenv.lib.licenses.gpl2Plus;
|
||||
platforms = stdenv.lib.platforms.linux;
|
||||
broken = !stdenv.lib.versionOlder kernel.version "4.13";
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user