Loading pkgs/os-specific/linux/kvdo/default.nix +3 −2 Original line number Diff line number Diff line { 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; Loading pkgs/os-specific/linux/vdo/default.nix +1 −1 Original line number Diff line number Diff line Loading @@ -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"; Loading Loading
pkgs/os-specific/linux/kvdo/default.nix +3 −2 Original line number Diff line number Diff line { 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; Loading
pkgs/os-specific/linux/vdo/default.nix +1 −1 Original line number Diff line number Diff line Loading @@ -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"; Loading