mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-06 17:13:24 -05:00
[Backport release-26.05] linuxPackages.vhba: 20250329 -> 20260313 (#526935)
This commit is contained in:
commit
be067390e7
1 changed files with 2 additions and 2 deletions
|
|
@ -8,11 +8,11 @@
|
|||
|
||||
stdenv.mkDerivation (finalAttrs: {
|
||||
pname = "vhba";
|
||||
version = "20250329";
|
||||
version = "20260313";
|
||||
|
||||
src = fetchurl {
|
||||
url = "mirror://sourceforge/cdemu/vhba-module-${finalAttrs.version}.tar.xz";
|
||||
hash = "sha256-piog1yDd8M/lpTIo9FE9SY2JwurZ6a8LG2lZ/4EmB14=";
|
||||
hash = "sha256-KTADv12dwrOG2w0F9ZXFVINVpTXW38Bv03n9mLsZAXQ=";
|
||||
};
|
||||
|
||||
makeFlags = kernelModuleMakeFlags ++ [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue