about summary refs log tree commit diff
path: root/third_party
diff options
context:
space:
mode:
authorsterni <sternenseemann@systemli.org>2021-09-11T13·59+0200
committersterni <sternenseemann@systemli.org>2021-09-11T16·00+0000
commita63057414df62f2b680692018fddbcbeae32f15f (patch)
tree5b941b99caa22b08db0d5609a7530bdf34a3fcc5 /third_party
parent48091a3416fc9d60c1b7eb944acf88af761e8c5c (diff)
chore(3p): bump NixOS channels to 2021-09-11 r/2849
* sbcl: 2.1.2 -> 2.1.8

Change-Id: I3556d1f4c41fdaa40017cfe21c389ec121127b0c
Reviewed-on: https://cl.tvl.fyi/c/depot/+/3532
Tested-by: BuildkiteCI
Reviewed-by: tazjin <mail@tazj.in>
Diffstat (limited to 'third_party')
-rw-r--r--third_party/nixpkgs/default.nix12
-rw-r--r--third_party/overlays/tvl.nix3
2 files changed, 9 insertions, 6 deletions
diff --git a/third_party/nixpkgs/default.nix b/third_party/nixpkgs/default.nix
index 90b6902af5..94d7415e18 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-small as of 2021-09-06.
+  # Tracking nixos-unstable as of 2021-09-11.
   unstableHashes = {
-    commit = "23d5823337f4502dfa17e192d8c53a47cabcb6b4";
-    sha256 = "1zbyyf2710kpjhrss7v59m1gjlriisx5nxvbhjan9vjzx7l64civ";
+    commit = "bbbe2b35f736d039884e082ecc6d6e631e126029";
+    sha256 = "09356lp9r1wx311ak6d94bx35xnvj8cabvwqirklylql8q7f52lc";
   };
 
-  # Tracking nixos-21.05 as of 2021-09-04.
+  # Tracking nixos-21.05 as of 2021-09-11.
   stableHashes = {
-    commit = "6bfe71f2a4e2e425dee26b25d2309f341ff1600d";
-    sha256 = "1mpf700fqlzyj6vsy2c329zlgbk9g6giwiyb2g0yhc0a78h72g8l";
+    commit = "8b0b81dab17753ab344a44c04be90a61dc55badf";
+    sha256 = "0rj17jpjxjcibcd4qygpxbq79m4px6b35nqq9353pns8w7a984xx";
   };
 
   # 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 fab8c7c0ea..f637847355 100644
--- a/third_party/overlays/tvl.nix
+++ b/third_party/overlays/tvl.nix
@@ -39,4 +39,7 @@ self: super: {
       patches = old.patches ++ [ ./patches/notmuch-dottime.patch ];
     };
   });
+
+  # Use latest SBCL, nixpkgs hasn't upgraded yet
+  sbcl = self.sbcl_2_1_8;
 }