From f632e22a7f4ed8f264d1f51116215d00fcd2d707 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Laure=CE=B7t?= Date: Fri, 26 May 2023 21:21:46 +0200 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20update-nix-fetchgit?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- hosts/neodymium/home/shell/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hosts/neodymium/home/shell/default.nix b/hosts/neodymium/home/shell/default.nix index 26cd38b..43f0b81 100644 --- a/hosts/neodymium/home/shell/default.nix +++ b/hosts/neodymium/home/shell/default.nix @@ -97,8 +97,8 @@ in { src = pkgs.fetchFromGitHub { owner = "chisui"; repo = "zsh-nix-shell"; - rev = "aaef0d33d0cb8f88946d54d7a6c279083fa59681"; - sha256 = "0c2i43c1dwd28n2jg0h54wxp4jwj2fzcgkalwkarsaaq5d0ld5r6"; + rev = "df48366e858feec2f770b48a7d92b56eab613396"; + sha256 = "149zh2rm59blr2q458a5irkfh82y3dwdich60s9670kl3cl5h2m1"; }; } ];