summary refs log tree commit diff
path: root/pkgs/os-specific
diff options
context:
space:
mode:
authorDaniël de Kok <me@danieldk.eu>2020-12-17 18:08:53 +0100
committerDaniël de Kok <me@danieldk.eu>2020-12-17 18:08:53 +0100
commit99aa5a5b0854d6f63959cc779fab235e376a7e1e (patch)
tree0ccdf7dc5a38903560612b9efa5603bd212508cd /pkgs/os-specific
parentfa0d499dbfa56be0b57b5d822702c624bb434dc1 (diff)
downloadnixpkgs-99aa5a5b0854d6f63959cc779fab235e376a7e1e.tar
nixpkgs-99aa5a5b0854d6f63959cc779fab235e376a7e1e.tar.gz
nixpkgs-99aa5a5b0854d6f63959cc779fab235e376a7e1e.tar.bz2
nixpkgs-99aa5a5b0854d6f63959cc779fab235e376a7e1e.tar.lz
nixpkgs-99aa5a5b0854d6f63959cc779fab235e376a7e1e.tar.xz
nixpkgs-99aa5a5b0854d6f63959cc779fab235e376a7e1e.tar.zst
nixpkgs-99aa5a5b0854d6f63959cc779fab235e376a7e1e.zip
Revert "nvidia-x11: 455.45.01 -> 460.27.04"
This reverts commit 784df0764ff48401507976b8587b9c7d0c46aed9.
Diffstat (limited to 'pkgs/os-specific')
-rw-r--r--pkgs/os-specific/linux/nvidia-x11/default.nix8
1 files changed, 4 insertions, 4 deletions
diff --git a/pkgs/os-specific/linux/nvidia-x11/default.nix b/pkgs/os-specific/linux/nvidia-x11/default.nix
index 3fa6dba0361..e3407f8fe5f 100644
--- a/pkgs/os-specific/linux/nvidia-x11/default.nix
+++ b/pkgs/os-specific/linux/nvidia-x11/default.nix
@@ -22,10 +22,10 @@ rec {
   # Policy: use the highest stable version as the default (on our master).
   stable = if stdenv.hostPlatform.system == "x86_64-linux"
     then generic {
-      version = "460.27.04";
-      sha256_64bit = "plTqtc5QZQwM0f3MeMZV0N5XOiuSXCCDklL/qyy8HM8=";
-      settingsSha256 = "hU9J0VSrLXs7N14zq6U5LbBLZXEIyTfih/Bj6eFcMf0=";
-      persistencedSha256 = "PmqhoPskqhJe2FxMrQh9zX1BWQCR2kkfDwvA89+XALA=";
+      version = "455.45.01";
+      sha256_64bit = "6tyMfggvZVQPp/aiSdgwn7VG/mIGb0lUcnAdyMEDoVM=";
+      settingsSha256 = "70ABqnO/heCp/5IztpU0Lo7eZd4n4wUoTlp1xIQ3aCc=";
+      persistencedSha256 = "36sM+djZvm77Gle7dcZ5tppgzQkD4IA0FJgCGsdZRI8=";
     }
     else legacy_390;