about summary refs log tree commit diff
path: root/pkgs/shells
diff options
context:
space:
mode:
authorhappysalada <raphael@megzari.com>2023-04-27 23:39:18 -0400
committerYt <happysalada@proton.me>2023-04-27 23:45:20 -0400
commitc7063f174301df27f50a7d71186bf5ae2ae0e87f (patch)
treed5fbff31cffd44a4269fc74a5a49bce2a7c9ca58 /pkgs/shells
parent35ef6d71d18e1a0426781375e1c425d5bad4412f (diff)
nuscripts: unstable-2023-03-16 -> unstable-2023-04-26
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 68c5dccd42266..ce01f25743c49 100644
--- a/pkgs/shells/nushell/nu_scripts/default.nix
+++ b/pkgs/shells/nushell/nu_scripts/default.nix
@@ -5,13 +5,13 @@
 
 stdenvNoCC.mkDerivation rec {
   pname = "nu_scripts";
-  version = "unstable-2023-03-16";
+  version = "unstable-2023-04-26";
 
   src = fetchFromGitHub {
     owner = "nushell";
     repo = pname;
-    rev = "00b0039653be5dd2e6567ce8feea82064d27ae11";
-    sha256 = "0m17cj5wzp94f01kwgs1dh76zwsl2irr7b06i9sb5skqxmmdnjnz";
+    rev = "724f89c330dc5b93a2fde29f732cbd5b8d73785c";
+    hash = "sha256-aCLFbxVE8/hWsPNPLt2Qn8CaBkYJJLSDgpl6LYvFVYc=";
   };
 
   installPhase = ''