about summary refs log tree commit diff
path: root/pkgs/shells
diff options
context:
space:
mode:
authorNick Cao2024-09-08 09:38:22 -0400
committerGitHub2024-09-08 09:38:22 -0400
commit71ef3d3b99e8a9867eaee9cc50dbe55754ee625f (patch)
tree5fba84e5b24b4490810c5a037fe09b2c8b315111 /pkgs/shells
parent3b076545f23e0c66efc899aa2f6eafed31e92d35 (diff)
parentf787964a2e2dc016a5c246d708f415dcc0579dee (diff)
nu_scripts: 0-unstable-2024-07-03 -> 0-unstable-2024-08-30 (#328291)
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 529f0afd8e4a..08bfedea2806 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-07-03";
+  version = "0-unstable-2024-08-30";
 
   src = fetchFromGitHub {
     owner = "nushell";
     repo = pname;
-    rev = "d6cf03e315f029f6e270fb3949d02432f31a0a04";
-    hash = "sha256-cFZ5khjSqg0C4rlkGuAPlZeJO8EOBmz9/B9SMEJFbRA=";
+    rev = "614b0733104a7753ed7d775224fe5918877b71de";
+    hash = "sha256-EmlwDTEby2PAOQBUAhjiBJ8ymVW3H23V78dFaF8DQKw=";
   };
 
   installPhase = ''