Merge pull request #116816 from TimothyKlim/master

nvidia-x11: 460.56 -> 460.67

authored by Martin Weinelt and committed by GitHub 9d689117 eb698b09

+4 -4
+4 -4
pkgs/os-specific/linux/nvidia-x11/default.nix
··· 28 # Policy: use the highest stable version as the default (on our master). 29 stable = if stdenv.hostPlatform.system == "x86_64-linux" 30 then generic { 31 - version = "460.56"; 32 - sha256_64bit = "003kwlsghlix2kilrqad7mn7ygkb755rzjlxd0b52vqz1nx1qmsf"; 33 - settingsSha256 = "1xwhbd78q0bc3v8fnlss9amkl03vnvf91ffpfnz0v7clvn3xymkf"; 34 - persistencedSha256 = "0sh2csv04fkimf1msbmdc608gxb3j95g8i3rqf32b1pl9jv0p5ly"; 35 } 36 else legacy_390; 37
··· 28 # Policy: use the highest stable version as the default (on our master). 29 stable = if stdenv.hostPlatform.system == "x86_64-linux" 30 then generic { 31 + version = "460.67"; 32 + sha256_64bit = "L2cRySVw7mgYSN25mJV+b4uOeHTdjLGvFPEkwyFgtec="; 33 + settingsSha256 = "DB+ZeKm6cYQuVkJWjVd71qOTOmwIcRqx1CxfkgMbDpg="; 34 + persistencedSha256 = "HCmZZRlNhOHi5yN2lNHhBILZkdng73q0vCbv7CIX/8s="; 35 } 36 else legacy_390; 37