linuxKernel.packages.linux_zen.kvdo: 8.2.1.6 -> 8.2.3.3

This commit is contained in:
R. Ryantm 2024-02-24 06:46:03 +00:00
parent 927ee13585
commit ba62c668a5

View File

@ -3,13 +3,13 @@
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
inherit (vdo); inherit (vdo);
pname = "kvdo"; pname = "kvdo";
version = "8.2.1.6"; # bump this version with vdo version = "8.2.3.3"; # bump this version with vdo
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "dm-vdo"; owner = "dm-vdo";
repo = "kvdo"; repo = "kvdo";
rev = version; rev = version;
hash = "sha256-S5r2Rgx5pWk4IsdIwmfZkuGL/oEQ3prquyVqxjR3cO0="; hash = "sha256-y7uVgWFV6uWRoRqfiu0arG9731mgWijXjcp9KSaZ5X0=";
}; };
nativeBuildInputs = kernel.moduleBuildDependencies; nativeBuildInputs = kernel.moduleBuildDependencies;