linuxKernel.packages.linux_hardened.kvdo 8.2.1.6 -> 8.2.3.3 https://github.com/dm-vdo/kvdo/releases attrpath: linuxKernel.packages.linux_hardened.kvdo Checking auto update branch... No auto update branch exists [version] [version] updated version and sha256 [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] skipping because derivation has no updateScript Diff after rewrites: diff --git a/pkgs/os-specific/linux/kvdo/default.nix b/pkgs/os-specific/linux/kvdo/default.nix index e2390b68a5ca..3258295be58a 100644 --- a/pkgs/os-specific/linux/kvdo/default.nix +++ b/pkgs/os-specific/linux/kvdo/default.nix @@ -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; Received ExitFailure 1 when running Raw command: /nix/store/cydbsmqkxk30didm1rlz8ffk5wfa9gva-nix-2.18.2/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A linuxKernel.packages.linux_hardened.kvdo nix build failed. 8 | #define NULL ((void *)0) | ^ /build/source/vdo/io-factory.c:52:46: note: in expansion of macro 'NULL' 52 | const struct blk_holder_ops hops = { NULL }; | ^~~~ /nix/store/qa5jrp2hngvfwvlws6cmflcslm3qhlbv-linux-6.6.21-dev/lib/modules/6.6.21-hardened1/source/include/linux/stddef.h:8:14: note: (near initialization for 'hops') 8 | #define NULL ((void *)0) | ^ /build/source/vdo/io-factory.c:52:46: note: in expansion of macro 'NULL' 52 | const struct blk_holder_ops hops = { NULL }; | ^~~~ /nix/store/qa5jrp2hngvfwvlws6cmflcslm3qhlbv-linux-6.6.21-dev/lib/modules/6.6.21-hardened1/source/include/linux/stddef.h:8:14: error: invalid initializer 8 | #define NULL ((void *)0) | ^ /build/source/vdo/io-factory.c:52:46: note: in expansion of macro 'NULL' 52 | const struct blk_holder_ops hops = { NULL }; | ^~~~ /nix/store/qa5jrp2hngvfwvlws6cmflcslm3qhlbv-linux-6.6.21-dev/lib/modules/6.6.21-hardened1/source/include/linux/stddef.h:8:14: note: (near initialization for 'hops.') 8 | #define NULL ((void *)0) | ^ /build/source/vdo/io-factory.c:52:46: note: in expansion of macro 'NULL' 52 | const struct blk_holder_ops hops = { NULL }; | ^~~~ cc1: all warnings being treated as errors make[3]: *** [/nix/store/qa5jrp2hngvfwvlws6cmflcslm3qhlbv-linux-6.6.21-dev/lib/modules/6.6.21-hardened1/source/scripts/Makefile.build:243: /build/source/vdo/io-factory.o] Error 1 make[3]: *** Waiting for unfinished jobs.... make[2]: *** [/nix/store/qa5jrp2hngvfwvlws6cmflcslm3qhlbv-linux-6.6.21-dev/lib/modules/6.6.21-hardened1/source/scripts/Makefile.build:480: /build/source/vdo] Error 2 make[1]: *** [/nix/store/qa5jrp2hngvfwvlws6cmflcslm3qhlbv-linux-6.6.21-dev/lib/modules/6.6.21-hardened1/source/Makefile:1913: /build/source] Error 2 make: *** [/nix/store/qa5jrp2hngvfwvlws6cmflcslm3qhlbv-linux-6.6.21-dev/lib/modules/6.6.21-hardened1/source/Makefile:234: __sub-make] Error 2 make: Leaving directory '/nix/store/qa5jrp2hngvfwvlws6cmflcslm3qhlbv-linux-6.6.21-dev/lib/modules/6.6.21-hardened1/build'