Merge pull request #291070 from r-ryantm/auto-update/linuxKernel.packages.linux_zen.kvdo

linuxKernel.packages.linux_zen.kvdo: 8.2.1.6 -> 8.2.3.3
This commit is contained in:
Weijia Wang 2024-04-06 14:20:19 +02:00 committed by GitHub
commit a6057e3959
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

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