summary refs log tree commit diff
path: root/pkgs/shells
diff options
context:
space:
mode:
authorWeijia Wang <9713184+wegank@users.noreply.github.com>2023-10-17 21:30:38 +0200
committerGitHub <noreply@github.com>2023-10-17 21:30:38 +0200
commit57fa66b1a1ed28c3762dc309c50e719015e7b048 (patch)
treec34667463c237a713fae15a7e01588f32ed64948 /pkgs/shells
parentf48939f8d9b0843f954a7dd1d6de126233e6af26 (diff)
parent83ff0c8923a4dba74c7e5b1e78d14f15dd116698 (diff)
downloadnixpkgs-57fa66b1a1ed28c3762dc309c50e719015e7b048.tar
nixpkgs-57fa66b1a1ed28c3762dc309c50e719015e7b048.tar.gz
nixpkgs-57fa66b1a1ed28c3762dc309c50e719015e7b048.tar.bz2
nixpkgs-57fa66b1a1ed28c3762dc309c50e719015e7b048.tar.lz
nixpkgs-57fa66b1a1ed28c3762dc309c50e719015e7b048.tar.xz
nixpkgs-57fa66b1a1ed28c3762dc309c50e719015e7b048.tar.zst
nixpkgs-57fa66b1a1ed28c3762dc309c50e719015e7b048.zip
Merge pull request #260533 from r-ryantm/auto-update/nu_scripts
nu_scripts: unstable-2023-08-24 -> unstable-2023-10-07
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 0abe1d4abfe..8643faccd8f 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-08-24";
+  version = "unstable-2023-10-07";
 
   src = fetchFromGitHub {
     owner = "nushell";
     repo = pname;
-    rev = "36a45f28a39ee1526a748b53f438a41ae939fc7c";
-    hash = "sha256-QhERyWomyOOk9aYRjm69ykzOR3G/uGM/A4Pr9PlB71w=";
+    rev = "85da8c2fb5967a7f575d8f63ebeb8d49d36fc139";
+    hash = "sha256-tT/BTnIXEgcMoyfujzWMFlOM7EclWT9LL/dt5jj7Y2M=";
   };
 
   installPhase = ''