about summary refs log tree commit diff
path: root/pkgs/shells
diff options
context:
space:
mode:
authorNick Cao <nickcao@nichi.co>2024-03-10 10:38:30 -0400
committerGitHub <noreply@github.com>2024-03-10 10:38:30 -0400
commitf122ed85ba0d6ec269b359f6f6d7acf2999ffb03 (patch)
tree9afd39af1043c7aac695fa18af5b821dc35045a0 /pkgs/shells
parent7c6991db60b03e1c06b921fd84d215067e50c231 (diff)
parent003c85c77047f642b1002da27a5a760ce49274ff (diff)
Merge pull request #294654 from r-ryantm/auto-update/nu_scripts
nu_scripts: unstable-2024-03-02 -> unstable-2024-03-09
Diffstat (limited to 'pkgs/shells')
-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 6180fb7f8890b..69f5f3045ad42 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 = "unstable-2024-03-02";
+  version = "unstable-2024-03-09";
 
   src = fetchFromGitHub {
     owner = "nushell";
     repo = pname;
-    rev = "25514da84d4249ecebdb74c3a23c7184fcc76f50";
-    hash = "sha256-70grgh8yMX3eFKaOTaXh1qxW75RNu7Y9pv0vvqtRc7I=";
+    rev = "5e51b23b1f25eef426da5548964e14fef4b4a485";
+    hash = "sha256-sAqTGy7pXDCgJ9UImJPYwUfbYgRjNjZdHHSyH/+QRNs=";
   };
 
   installPhase = ''