linuxPackages.linux-gpib: 4.3.6 -> 4.3.7 (#458617)

This commit is contained in:
Sandro
2025-11-07 16:58:47 +00:00
committed by GitHub
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 = [