about summary refs log tree commit diff
path: root/third_party
diff options
context:
space:
mode:
authorsterni <sternenseemann@systemli.org>2021-10-04T20·11+0200
committersterni <sternenseemann@systemli.org>2021-10-05T12·10+0000
commitc0ccb6625c616c602ac2c602678d15d781983a78 (patch)
treef7bde455aade1d52e536f9b76a913d21d8b74b11 /third_party
parent66fa718cebb4808a95c17e7ee692cf8e5dc87653 (diff)
chore(3p): bump NixOS channels to 2021-10-04 r/2948
* //third_party/overlays/tvl: sbcl 2.1.8 -> 2.1.9

Change-Id: I6817a641d2926af9cd38e90138840e761e5c1581
Reviewed-on: https://cl.tvl.fyi/c/depot/+/3686
Tested-by: BuildkiteCI
Reviewed-by: tazjin <mail@tazj.in>
Reviewed-by: grfn <grfn@gws.fyi>
Diffstat (limited to 'third_party')
-rw-r--r--third_party/nixpkgs/default.nix12
-rw-r--r--third_party/overlays/tvl.nix2
2 files changed, 7 insertions, 7 deletions
diff --git a/third_party/nixpkgs/default.nix b/third_party/nixpkgs/default.nix
index b9b2a73671..368c570ab9 100644
--- a/third_party/nixpkgs/default.nix
+++ b/third_party/nixpkgs/default.nix
@@ -13,16 +13,16 @@ let
   # nixos-unstable, and the current stable channel of the latest NixOS
   # release.
 
-  # Tracking nixos-unstable as of 2021-09-30.
+  # Tracking nixos-unstable as of 2021-10-04.
   unstableHashes = {
-    commit = "c21ba4f7bb4a3d621eb1d187e6b5e816bb85380c";
-    sha256 = "1xkycq5sxn9yxiz545lblb2zwk3b3f6adc0bzhgksv74l44i3s1i";
+    commit = "14aef06d9b3ad1d07626bdbb16083b83f92dc6c1";
+    sha256 = "1rfsfaaa1lbrvhdpdnqg4fg5v7bnal1s8xd1sm66pl2vh0dhjzyg";
   };
 
-  # Tracking nixos-21.05 as of 2021-09-30.
+  # Tracking nixos-21.05 as of 2021-10-04.
   stableHashes = {
-    commit = "ee90403e147b181300dffca5b0afa405e14f1945";
-    sha256 = "1mk3s4ncfa8z8mr6vrgjh74s8dci12yam7plpc1bqgz12wld73ax";
+    commit = "7daf35532d2d8bf5e6f7f962e6cd13a66d01a71d";
+    sha256 = "0ycyns4vhcd4alnrq5kc813vhxvd1ykwbmd59i1zfmr6j1ksyll0";
   };
 
   # import the nixos-unstable package set, or optionally use the
diff --git a/third_party/overlays/tvl.nix b/third_party/overlays/tvl.nix
index 882e1086d0..dac84b9fd1 100644
--- a/third_party/overlays/tvl.nix
+++ b/third_party/overlays/tvl.nix
@@ -46,7 +46,7 @@ self: super: {
   });
 
   # Use latest SBCL, nixpkgs hasn't upgraded yet
-  sbcl = self.sbcl_2_1_8;
+  sbcl = self.sbcl_2_1_9;
 
   # Fix Steam issues with web views (nixpkgs#137279)
   steam = super.steam.override {