nvidia-modprobe: 580.105.08 -> 590.44.01

This commit is contained in:
R. Ryantm
2025-12-09 17:18:07 +01:00
committed by Sandro Jäckel
parent 77bb04cd4b
commit 5ca53589ff
+3 -3
View File
@@ -6,13 +6,13 @@
}:
stdenv.mkDerivation rec {
pname = "nvidia-modprobe";
version = "580.105.08";
version = "590.44.01";
src = fetchFromGitHub {
owner = "NVIDIA";
repo = "nvidia-modprobe";
rev = version;
hash = "sha256-orOFwL9mrmqPqMorUOZlBTMEraAqYCf+2XTD9DuMeSk=";
hash = "sha256-KEg5sLiCDKNmKtzqYXIDaCU8lbunQumrqlxHQ8F07fw=";
};
nativeBuildInputs = [ gnum4 ];
@@ -22,7 +22,7 @@ stdenv.mkDerivation rec {
'';
meta = {
description = "Load the NVIDIA kernel module and create NVIDIA character device files ";
description = "Load the NVIDIA kernel module and create NVIDIA character device files";
homepage = "https://github.com/NVIDIA/nvidia-modprobe";
license = lib.licenses.gpl2;
platforms = lib.platforms.linux;