summary refs log tree commit diff
path: root/pkgs/shells
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2023-11-02 21:25:33 +0000
committerYt <happysalada@tuta.io>2023-11-15 10:39:52 +0000
commit6508a69e07b233fc25bfa64b4533682a108b8dfa (patch)
treea19f73c1efc50b0e52947207298bd983d774459e /pkgs/shells
parent90cb5ef2a287eb89ccc1c7e6c09d8dc551f02167 (diff)
downloadnixpkgs-6508a69e07b233fc25bfa64b4533682a108b8dfa.tar
nixpkgs-6508a69e07b233fc25bfa64b4533682a108b8dfa.tar.gz
nixpkgs-6508a69e07b233fc25bfa64b4533682a108b8dfa.tar.bz2
nixpkgs-6508a69e07b233fc25bfa64b4533682a108b8dfa.tar.lz
nixpkgs-6508a69e07b233fc25bfa64b4533682a108b8dfa.tar.xz
nixpkgs-6508a69e07b233fc25bfa64b4533682a108b8dfa.tar.zst
nixpkgs-6508a69e07b233fc25bfa64b4533682a108b8dfa.zip
nu_scripts: unstable-2023-10-19 -> unstable-2023-10-31
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 5aa0adae6eb..4b8181e293c 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-19";
+  version = "unstable-2023-10-31";
 
   src = fetchFromGitHub {
     owner = "nushell";
     repo = pname;
-    rev = "7b2856ddff8afac538d826df4abc08325c4be39d";
-    hash = "sha256-9OFKtaADDV5I5Yu0sCfQABAmf8yqwX2QwDhPPkh5BEo=";
+    rev = "c2bb125a6790bef1e448680e077345c4d10dcb12";
+    hash = "sha256-Sug07QTL7fxxQAf9YOprMNEQSDqeXEk7qt1g2dP0Eqk=";
   };
 
   installPhase = ''