From 8ace5637442b573e2101a769780400400bb777d0 Mon Sep 17 00:00:00 2001 From: Ken Powers Date: Wed, 1 Jan 2025 22:20:08 -0500 Subject: [PATCH] Update nix shell --- shell.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/shell.nix b/shell.nix index 59584e87..dae7695f 100644 --- a/shell.nix +++ b/shell.nix @@ -1,9 +1,9 @@ # generate the sha256 like this: -# nix-prefetch-url --unpack https://github.com/NixOS/nixpkgs/archive/47b604b07d1e8146d5398b42d3306fdebd343986.tar.gz +# nix-prefetch-url --unpack https://github.com/NixOS/nixpkgs/archive/fd4ca2fcd587216ca1a023643c078f55cd32272f.tar.gz with (import (fetchTarball { - url = "https://github.com/nixos/nixpkgs/archive/df7cef32c3494ca95363e119160be6960022b0fd.tar.gz"; - sha256 = "1spja94f8i1y8nnpasc9dj583w7dp15yl217q8i49dcar0mj52nk"; + url = "https://github.com/NixOS/nixpkgs/archive/fd4ca2fcd587216ca1a023643c078f55cd32272f.tar.gz"; + sha256 = "0s4p9kq93900nbg01jkk9qrv5iyzdgc3xxashjb5kgpkz3zrfwii"; }) {}); mkShell {