mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-04-13 06:17:28 +00:00
cryptodev: 1.12 -> 1.13
This commit is contained in:
parent
b08b78b772
commit
6d4b6edc13
@ -1,14 +1,14 @@
|
||||
{ fetchFromGitHub, lib, stdenv, kernel ? false }:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
pname = "cryptodev-linux-1.12";
|
||||
pname = "cryptodev-linux-1.13";
|
||||
name = "${pname}-${kernel.version}";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "cryptodev-linux";
|
||||
repo = "cryptodev-linux";
|
||||
rev = pname;
|
||||
sha256 = "sha256-vJQ10rG5FGbeEOqCUmH/pZ0P77kAW/MtUarywbtIyHw=";
|
||||
hash = "sha256-EzTPoKYa+XWOAa/Dk7ru02JmlymHeXVX7RMmEoJ1OT0=";
|
||||
};
|
||||
|
||||
nativeBuildInputs = kernel.moduleBuildDependencies;
|
||||
|
Loading…
Reference in New Issue
Block a user