kvdo: 8.2.0.2 -> 8.2.1.6

This commit is contained in:
Alexandre Iooss 2023-05-14 11:24:26 +02:00
parent 8e0b66120d
commit 343834d6fd
2 changed files with 4 additions and 3 deletions

View File

@ -1,14 +1,15 @@
{ stdenv, lib, fetchFromGitHub, vdo, kernel }:
stdenv.mkDerivation rec {
inherit (vdo) version;
inherit (vdo);
pname = "kvdo";
version = "8.2.1.6"; # bump this version with vdo
src = fetchFromGitHub {
owner = "dm-vdo";
repo = "kvdo";
rev = version;
hash = "sha256-4FYTFUIvGjea3bh2GbQYG7hSswVDdNS3S+jWQ9+inpg=";
hash = "sha256-S5r2Rgx5pWk4IsdIwmfZkuGL/oEQ3prquyVqxjR3cO0=";
};
nativeBuildInputs = kernel.moduleBuildDependencies;

View File

@ -9,7 +9,7 @@
stdenv.mkDerivation rec {
pname = "vdo";
version = "8.2.0.2"; # kvdo uses this!
version = "8.2.0.2"; # bump this version with kvdo
src = fetchFromGitHub {
owner = "dm-vdo";