From ae1e0b0b6df42496cc613556a4d2360d3e96f1c3 Mon Sep 17 00:00:00 2001 From: "R. RyanTM" Date: Mon, 31 Mar 2025 05:42:13 +1000 Subject: [PATCH] linuxPackages.vhba: 20240917 -> 20250329 (#394594) fix https://github.com/NixOS/nixpkgs/issues/393534 --- pkgs/applications/emulators/cdemu/vhba.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/applications/emulators/cdemu/vhba.nix b/pkgs/applications/emulators/cdemu/vhba.nix index 5ef0048324a4..5e73d2acb5cc 100644 --- a/pkgs/applications/emulators/cdemu/vhba.nix +++ b/pkgs/applications/emulators/cdemu/vhba.nix @@ -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 ++ [