cryptodev: 1.12 -> 1.13

This commit is contained in:
Alexandre Iooss 2023-05-19 19:43:01 +02:00
parent b08b78b772
commit 6d4b6edc13

View File

@ -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;