linuxPackages.linux-gpib: 4.3.6 -> 4.3.7

This commit is contained in:
eljamm
2025-11-04 22:38:56 +01:00
parent df76765d17
commit c083f0e3eb
2 changed files with 3 additions and 2 deletions
@@ -4,12 +4,12 @@
lib,
}:
rec {
version = "4.3.6";
version = "4.3.7";
inherit pname;
src = fetchurl {
url = "mirror://sourceforge/project/linux-gpib/linux-gpib%20for%203.x.x%20and%202.6.x%20kernels/${version}/linux-gpib-${version}.tar.gz";
hash = "sha256-Gze4xrvkhEgn+J5Jhrycezjp2uhlD1v6aX0WGv4J2Jg=";
hash = "sha256-s/+BJgaGXIW1iwEqQhim/juC0XfIwKvHlcsi20HzrWg=";
};
unpackPhase = ''
@@ -21,6 +21,7 @@ stdenv.mkDerivation (
makeFlags = [
"LINUX_SRCDIR=${kernel.dev}/lib/modules/${kernel.modDirVersion}/build"
"LINUX_SSRCDIR=${kernel.dev}/lib/modules/${kernel.modDirVersion}/source"
];
installFlags = [