linuxKernel.packages.linux_5_14_hardened.vhba: 20210418 -> 20211023

authored by R. Ryantm and committed by Herwig Hochleitner 93c6633d 069a226e

+2 -2
+2 -2
pkgs/misc/emulators/cdemu/vhba.nix
··· 2 2 3 3 stdenv.mkDerivation rec { 4 4 pname = "vhba"; 5 - version = "20210418"; 5 + version = "20211023"; 6 6 7 7 src = fetchurl { 8 8 url = "mirror://sourceforge/cdemu/vhba-module-${version}.tar.xz"; 9 - sha256 = "119zgav6caialmf3hr096wkf72l9h76sqc9w5dhx26kj4yp85g8q"; 9 + sha256 = "sha256-YAh7qqkozvoG1WhHBv7z1IcSrP75LLMq/FB6sZrevxA="; 10 10 }; 11 11 12 12 makeFlags = [ "KDIR=${kernel.dev}/lib/modules/${kernel.modDirVersion}/build" "INSTALL_MOD_PATH=$(out)" ];