linuxPackages.vhba: 20240917 -> 20250329 (#394594)

fix https://github.com/NixOS/nixpkgs/issues/393534
This commit is contained in:
R. RyanTM
2025-03-30 21:42:13 +02:00
committed by GitHub
parent fc2cdea9bf
commit ae1e0b0b6d
+2 -2
View File
@@ -8,11 +8,11 @@
stdenv.mkDerivation rec {
pname = "vhba";
version = "20240917";
version = "20250329";
src = fetchurl {
url = "mirror://sourceforge/cdemu/vhba-module-${version}.tar.xz";
hash = "sha256-zjTLriw2zvjX0Jxfa9QtaHG5tTC7cLTKEA+WSCP+Dpg=";
hash = "sha256-piog1yDd8M/lpTIo9FE9SY2JwurZ6a8LG2lZ/4EmB14=";
};
makeFlags = kernelModuleMakeFlags ++ [