3p/nixpkgs: add pr130664 - nvidia_x11 update to 470.57.02
This is unrelated to anything, but I did it while testing, so may as well keep it.
This commit is contained in:
parent
97f5432089
commit
a0ea34a068
3 changed files with 33 additions and 4 deletions
28
third_party/nixpkgs/patches/pr130664.patch
vendored
Normal file
28
third_party/nixpkgs/patches/pr130664.patch
vendored
Normal file
|
@ -0,0 +1,28 @@
|
|||
From 03100da5a714a2b6c5210ceb6af092073ba4fce5 Mon Sep 17 00:00:00 2001
|
||||
From: Herman Fries <baracoder@googlemail.com>
|
||||
Date: Mon, 19 Jul 2021 23:03:36 +0200
|
||||
Subject: [PATCH] nvidia_x11: 460.73.01 -> 470.57.02
|
||||
|
||||
---
|
||||
pkgs/os-specific/linux/nvidia-x11/default.nix | 8 ++++----
|
||||
1 file 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 2cf9cddef4d6fd..d763c1576cd83f 100644
|
||||
--- a/pkgs/os-specific/linux/nvidia-x11/default.nix
|
||||
+++ b/pkgs/os-specific/linux/nvidia-x11/default.nix
|
||||
@@ -19,10 +19,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.73.01";
|
||||
- sha256_64bit = "120ymf59l6nipczszf82lrm2p4ihhqyv2pfwwfg9wy96vqcckc8i";
|
||||
- settingsSha256 = "08jh7g34p9yxv5fh1cw0r2pjx65ryiv3w2lk1qg0gxn2r7xypkx0";
|
||||
- persistencedSha256 = "040gx4wqp3hxcfb4aba4sl7b01ixr5slhzw0xldwcqlmhpwqphi5";
|
||||
+ version = "470.57.02";
|
||||
+ sha256_64bit = "sha256-VdeuEEgn+qeel1Mh/itg+d1C+/9lZCBTRDwOVv20xH0=";
|
||||
+ settingsSha256 = "sha256-DJg5QbyuKJmPpLQVYgTLvucI1e9YgQOO16690VXIWvk=";
|
||||
+ persistencedSha256 = "sha256-Cqv6oUFnsSi3S1sjplJKeq9bI2pqgBXPPb11HOJSlDo=";
|
||||
}
|
||||
else legacy_390;
|
||||
|
1
third_party/nixpkgs/patches/series
vendored
1
third_party/nixpkgs/patches/series
vendored
|
@ -1,3 +1,4 @@
|
|||
patch-cherrypy.patch
|
||||
pomerium-fix.patch
|
||||
pr131440.patch
|
||||
pr130664.patch
|
||||
|
|
|
@ -19,10 +19,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.73.01";
|
||||
sha256_64bit = "120ymf59l6nipczszf82lrm2p4ihhqyv2pfwwfg9wy96vqcckc8i";
|
||||
settingsSha256 = "08jh7g34p9yxv5fh1cw0r2pjx65ryiv3w2lk1qg0gxn2r7xypkx0";
|
||||
persistencedSha256 = "040gx4wqp3hxcfb4aba4sl7b01ixr5slhzw0xldwcqlmhpwqphi5";
|
||||
version = "470.57.02";
|
||||
sha256_64bit = "sha256-VdeuEEgn+qeel1Mh/itg+d1C+/9lZCBTRDwOVv20xH0=";
|
||||
settingsSha256 = "sha256-DJg5QbyuKJmPpLQVYgTLvucI1e9YgQOO16690VXIWvk=";
|
||||
persistencedSha256 = "sha256-Cqv6oUFnsSi3S1sjplJKeq9bI2pqgBXPPb11HOJSlDo=";
|
||||
}
|
||||
else legacy_390;
|
||||
|
||||
|
|
Loading…
Reference in a new issue