From a4e9092ade81d1e58164a7881b999ef5083cf8f7 Mon Sep 17 00:00:00 2001 From: Mikey Hoy Date: Mon, 16 Oct 2023 10:19:42 -0400 Subject: [PATCH 1/2] bump nixpkgs 2023-10-16 --- nix/sources.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/nix/sources.json b/nix/sources.json index 5677d211..22e42abf 100644 --- a/nix/sources.json +++ b/nix/sources.json @@ -5,10 +5,10 @@ "homepage": "", "owner": "NixOS", "repo": "nixpkgs", - "rev": "ef8e9997fcb37d5c8372dc1349185bd0d31752a6", - "sha256": "0b5bq3v6v675m0vkb7s3zii73cw7yrmc6xfqsd9nml3a70vwbb1a", + "rev": "0e1cff585c1a85aeab059d3109f66134a8f76935", + "sha256": "0q8q97aypgk713l8kll2c4sdb4pix4wdck3c4g23f48br1i2y9h0", "type": "tarball", - "url": "https://github.com/NixOS/nixpkgs/archive/ef8e9997fcb37d5c8372dc1349185bd0d31752a6.tar.gz", + "url": "https://github.com/NixOS/nixpkgs/archive/0e1cff585c1a85aeab059d3109f66134a8f76935.tar.gz", "url_template": "https://github.com///archive/.tar.gz" } } From 6121eda76b2ab397b35910636e442cc2038ba6a8 Mon Sep 17 00:00:00 2001 From: Mikey Hoy Date: Mon, 16 Oct 2023 10:19:48 -0400 Subject: [PATCH 2/2] bump emacs overlay 2023-10-16 --- nix/nixpkgs/overlays.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nix/nixpkgs/overlays.nix b/nix/nixpkgs/overlays.nix index 0115dc11..949af432 100644 --- a/nix/nixpkgs/overlays.nix +++ b/nix/nixpkgs/overlays.nix @@ -3,6 +3,6 @@ # To update: # Go to https://github.com/nix-community/emacs-overlay, and grab a commit hash. # Swap it in below. - url = https://github.com/nix-community/emacs-overlay/archive/54087a1b3a7ef51d0968bbfa7a700d2848ffae9c.tar.gz; + url = https://github.com/nix-community/emacs-overlay/archive/67acc54cceef38a92ba132e121659fef97698184.tar.gz; })) ]