about summary refs log tree commit diff
path: root/pkgs/shells
diff options
context:
space:
mode:
authorMario Rodas <marsam@users.noreply.github.com>2023-11-26 16:24:16 -0500
committerGitHub <noreply@github.com>2023-11-26 16:24:16 -0500
commit62b168414f5100ab9b40a141fd8e1d9ede349803 (patch)
tree99c4ce3e6a78536425a1df8d858ac6a699f08834 /pkgs/shells
parent7fbea68a2a1b34dffed6a09749cb192fc1fbbc4f (diff)
parent3e06ce378aec76d9da572e4c9914ebc2c2700e76 (diff)
Merge pull request #270040 from r-ryantm/auto-update/nu_scripts
nu_scripts: unstable-2023-10-31 -> unstable-2023-11-22
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 4b8181e293ca3..ec160970407a9 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-10-31";
+  version = "unstable-2023-11-22";
 
   src = fetchFromGitHub {
     owner = "nushell";
     repo = pname;
-    rev = "c2bb125a6790bef1e448680e077345c4d10dcb12";
-    hash = "sha256-Sug07QTL7fxxQAf9YOprMNEQSDqeXEk7qt1g2dP0Eqk=";
+    rev = "91b6a2b2280123ed5789f5c0870b9de22c722fb3";
+    hash = "sha256-nRplK0w55I1rk15tfkCMxFBqTR9ihhnE/tHRs9mKLdY=";
   };
 
   installPhase = ''