about summary refs log tree commit diff
path: root/pkgs/shells/nushell
diff options
context:
space:
mode:
authorMario Rodas <marsam@users.noreply.github.com>2023-07-26 04:20:00 +0000
committerMario Rodas <marsam@users.noreply.github.com>2023-07-26 04:20:00 +0000
commit472de7a9bcf9a5fd18fc4981a2fbcd2d43ba64c4 (patch)
tree437446f6a55bbbd2901f533d0d539d0227ef1313 /pkgs/shells/nushell
parenta44e9d1ac50057dda8379474e5faf57e160e8cc2 (diff)
nu_scripts: 2023-04-26 -> 2023-07-24
Diffstat (limited to 'pkgs/shells/nushell')
-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 7693138a20b98..3c6718d1da801 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-2023-04-26";
+  version = "unstable-2023-07-24";
 
   src = fetchFromGitHub {
     owner = "nushell";
     repo = pname;
-    rev = "724f89c330dc5b93a2fde29f732cbd5b8d73785c";
-    hash = "sha256-aCLFbxVE8/hWsPNPLt2Qn8CaBkYJJLSDgpl6LYvFVYc=";
+    rev = "e6adf4e0ae04f946fcc93a77e0992e2e00467e26";
+    hash = "sha256-6hQEBotZyNuBL0vAzqS1C9LLMk2RMv5ZwFCcSI3aSU8=";
   };
 
   installPhase = ''