vendor-reset: unstable-2021-02-16 -> unstable-2024-04-16 (#305306)

authored by

Weijia Wang and committed by
GitHub
80ec877a 0067d47b

+3 -12
+3 -12
pkgs/os-specific/linux/vendor-reset/default.nix
··· 2 2 3 3 stdenv.mkDerivation rec { 4 4 pname = "vendor-reset"; 5 - version = "unstable-2021-02-16-${kernel.version}"; 5 + version = "unstable-2024-04-16-${kernel.version}"; 6 6 7 7 src = fetchFromGitHub { 8 8 owner = "gnif"; 9 9 repo = "vendor-reset"; 10 - rev = "225a49a40941e350899e456366265cf82b87ad25"; 11 - sha256 = "sha256-xa7P7+mRk4FVgi+YYCcsFLfyNqPmXvy3xhGoTDVqPxw="; 10 + rev = "084881c6e9e11bdadaf05798e669568848e698a3"; 11 + hash = "sha256-Klu2uysbF5tH7SqVl815DwR7W+Vx6PyVDDLwoMZiqBI="; 12 12 }; 13 - 14 - patches = [ 15 - # Fix build with Linux 5.18. 16 - # https://github.com/gnif/vendor-reset/pull/58 17 - (fetchpatch { 18 - url = "https://github.com/gnif/vendor-reset/commit/5bbffcd6fee5348e8808bdbfcb5b21d455b02f55.patch"; 19 - sha256 = "sha256-L1QxVpcZAVYiaMFCBfL2EJgeMyOR8sDa1UqF1QB3bns="; 20 - }) 21 - ]; 22 13 23 14 nativeBuildInputs = kernel.moduleBuildDependencies; 24 15