nvidia-x11.stable: 455.45.01 -> 460.32.03
This commit is contained in:
parent
c7e546aea1
commit
92118e8078
|
@ -22,10 +22,11 @@ rec {
|
|||
# Policy: use the highest stable version as the default (on our master).
|
||||
stable = if stdenv.hostPlatform.system == "x86_64-linux"
|
||||
then generic {
|
||||
version = "455.45.01";
|
||||
sha256_64bit = "6tyMfggvZVQPp/aiSdgwn7VG/mIGb0lUcnAdyMEDoVM=";
|
||||
settingsSha256 = "70ABqnO/heCp/5IztpU0Lo7eZd4n4wUoTlp1xIQ3aCc=";
|
||||
persistencedSha256 = "36sM+djZvm77Gle7dcZ5tppgzQkD4IA0FJgCGsdZRI8=";
|
||||
version = "460.32.03";
|
||||
sha256_64bit = "0qb0f8djys55b7qgvpbwafw5lkwvmcslqz3i2kr3jm354gy248ag";
|
||||
settingsVersion = "460.27.04";
|
||||
settingsSha256 = "1z9ibkhyjqzhhzi3gj88f5jlpc1d76jsncsy6wxpnbdbak8ljkw5";
|
||||
persistencedSha256 = "36sM+djZmv77lGe7cdZ5tppzgkQD4IA0FJgCGsdZRI8=";
|
||||
}
|
||||
else legacy_390;
|
||||
|
||||
|
|
Loading…
Reference in New Issue