From 425637b63bf6b75908de4db0da90bfe410cd39ed Mon Sep 17 00:00:00 2001 From: Vincent Ambo Date: Fri, 22 Oct 2021 11:55:38 +0200 Subject: chore(3p/nixpkgs): Bump nixpkgs and Emacs overlay ... bumping these in the same commit to avoid double-recompilation of Emacs stuff. Change-Id: Ieab114115b788c36e9d42246445cf17b960c11de Reviewed-on: https://cl.tvl.fyi/c/depot/+/3741 Tested-by: BuildkiteCI Reviewed-by: sterni --- third_party/nixpkgs/default.nix | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'third_party/nixpkgs') diff --git a/third_party/nixpkgs/default.nix b/third_party/nixpkgs/default.nix index 0235e0cae1..8fb130f97f 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-13. + # Tracking nixos-unstable as of 2021-10-19. unstableHashes = { - commit = "e4ef597edfd8a0ba5f12362932fc9b1dd01a0aef"; - sha256 = "1w6y7ma2crcsfph60z8j1k3af0v2m110cbjrb62z287mn4skhqjs"; + commit = "5f0194220f2402b06f7f79bba6351895facb5acb"; + sha256 = "0h2j0ivbp3b84d38h8s06s2yvnwqy80f4i1a75jd11m45m804n3s"; }; - # Tracking nixos-21.05 as of 2021-10-11. + # Tracking nixos-21.05 as of 2021-10-21. stableHashes = { - commit = "93ca5ab64f78ce778c0bcecf9458263f0f6289b6"; - sha256 = "1ii3f5fbl6rinnbypypkfsp2s72dp28vgif2akq0w8v5h8szyisd"; + commit = "70904d4a9927a4d6e05c72c4aaac4370e05107f3"; + sha256 = "08vvir0npyrdx85ypiannwzvyryqdw3749bghffhdsq2dgz1cx8z"; }; # import the nixos-unstable package set, or optionally use the -- cgit 1.4.1