mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-20 19:16:11 +00:00
linuxKernel.packages.linux_zen.kvdo: 8.2.1.6 -> 8.2.3.3
This commit is contained in:
parent
927ee13585
commit
ba62c668a5
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user