about summary refs log tree commit diff
path: root/third_party
diff options
context:
space:
mode:
authorVincent Ambo <mail@tazj.in>2021-11-11T21·27+0100
committertazjin <mail@tazj.in>2021-11-12T08·27+0000
commit27cbe4e09902bd852f0ba9b19b2e0f8a02f7910e (patch)
tree3806b52175ba83e16d713d4ae9e574cb7a922076 /third_party
parentff846eb6ec1fa73f33ca7dca01480c78858dbc9c (diff)
chore(3p): Bump nixpkgs and emacs-overlay r/3036
Change-Id: Ic3dd1050b137b3107d22b656675cc87727ee4a5c
Reviewed-on: https://cl.tvl.fyi/c/depot/+/3841
Tested-by: BuildkiteCI
Reviewed-by: sterni <sternenseemann@systemli.org>
Diffstat (limited to 'third_party')
-rw-r--r--third_party/nixpkgs/default.nix12
-rw-r--r--third_party/overlays/emacs.nix6
2 files changed, 9 insertions, 9 deletions
diff --git a/third_party/nixpkgs/default.nix b/third_party/nixpkgs/default.nix
index c11a9e682e..6b0b410825 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-10-19.
+  # Tracking nixos-unstable as of 2021-11-11.
   unstableHashes = {
-    commit = "b67e752c29f18a0ca5534a07661366d6a2c2e649";
-    sha256 = "1n47f7r8cm9pcsz7vl4nxjfvs0fgzvcmjda5h0inz3yx9vghp5xm";
+    commit = "9e70e9f732fbb15872cb4ea11bd43c14328a0b69";
+    sha256 = "1ywvc3w68v3gqqmp96idclrgzmvp4hnx06x9daqna5bk0wsnc4h0";
   };
 
-  # Tracking nixos-21.05 as of 2021-10-21.
+  # Tracking nixos-21.05 as of 2021-11-11.
   stableHashes = {
-    commit = "372e59d2af704bffd133cbe029f1d5efe73ba6fb";
-    sha256 = "1fifb823qvklsn0brvggnaq60zgvi4axmgf6hxbpgz0bna6z6zy9";
+    commit = "9e86f5f7a19db6da2445f07bafa6694b556f9c6d";
+    sha256 = "0i2j7bf6jq3s13n12xahramami0n6zn1mksqgi01k7flpgyymcck";
   };
 
   # import the nixos-unstable package set, or optionally use the
diff --git a/third_party/overlays/emacs.nix b/third_party/overlays/emacs.nix
index c439611298..144142a9f2 100644
--- a/third_party/overlays/emacs.nix
+++ b/third_party/overlays/emacs.nix
@@ -2,10 +2,10 @@
 { ... }:
 
 let
-  # from 2021-10-22
-  commit = "e594a3e8a7d0fbed07a4ed61a7b3eb8f15ece547";
+  # from 2021-11-11
+  commit = "72b8a1e5614b8ab2de30c7d25fa453e55152ac40";
   src = builtins.fetchTarball {
     url = "https://github.com/nix-community/emacs-overlay/archive/${commit}.tar.gz";
-    sha256 = "1qqph536mw60cvyzick2bzrampjm840nf3vb84mmmk6sdqlhglwf";
+    sha256 = "1729nfci2vpc7yyfcan8dc2rw98amf2h5n1vrgm4nrbvyhyh3mv0";
   };
 in import src