mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-21 19:44:09 +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 {
|
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;
|
||||||
|
Loading…
Reference in New Issue
Block a user