about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorNick Cao <nickcao@nichi.co>2024-06-09 10:53:38 -0400
committerGitHub <noreply@github.com>2024-06-09 10:53:38 -0400
commitd3036d8008f9755c736efc001b40324b2e60763e (patch)
tree304fea8e98589e4183e9481ce0bb87e1939c51b0 /pkgs
parent210d83fc97f0ded7a4e613b157d422e73ad52f20 (diff)
parentd716e1e2675dc05b4dc926a73f35e73f7e5ab690 (diff)
Merge pull request #318425 from r-ryantm/auto-update/nu_scripts
nu_scripts: 0-unstable-2024-06-01 -> 0-unstable-2024-06-08
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/shells/nushell/nu_scripts/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/shells/nushell/nu_scripts/default.nix b/pkgs/shells/nushell/nu_scripts/default.nix
index c320b15e2ffa0..db5aed6293768 100644
--- a/pkgs/shells/nushell/nu_scripts/default.nix
+++ b/pkgs/shells/nushell/nu_scripts/default.nix
@@ -6,13 +6,13 @@
 
 stdenvNoCC.mkDerivation rec {
   pname = "nu_scripts";
-  version = "0-unstable-2024-06-01";
+  version = "0-unstable-2024-06-08";
 
   src = fetchFromGitHub {
     owner = "nushell";
     repo = pname;
-    rev = "5271d68b7a6770eeade257b298089d14c68ab62b";
-    hash = "sha256-AWra4CO0mfRlyneHel2RPNZ7NSHOmSH6dL+Vy2Pduuk=";
+    rev = "398cc82308d8ddd0fb09bc9e8fc20cced26a0d30";
+    hash = "sha256-zJWZakNxLQI3vxClzS4B0NqY84Oj5R1BjX2aMjCm/+Q=";
   };
 
   installPhase = ''