summary refs log tree commit diff
path: root/pkgs/shells
diff options
context:
space:
mode:
authorhappysalada <raphael@megzari.com>2023-10-22 20:18:27 +0100
committerYt <happysalada@tuta.io>2023-10-23 12:39:21 +0000
commit2201fa719978b02da5fab81c197c2002f1d081f4 (patch)
treeb9eab80fcf498485932fe9a82e250742c1ad0612 /pkgs/shells
parent12a2774096e81b39981023a7a6e1f405fc59fb75 (diff)
downloadnixpkgs-2201fa719978b02da5fab81c197c2002f1d081f4.tar
nixpkgs-2201fa719978b02da5fab81c197c2002f1d081f4.tar.gz
nixpkgs-2201fa719978b02da5fab81c197c2002f1d081f4.tar.bz2
nixpkgs-2201fa719978b02da5fab81c197c2002f1d081f4.tar.lz
nixpkgs-2201fa719978b02da5fab81c197c2002f1d081f4.tar.xz
nixpkgs-2201fa719978b02da5fab81c197c2002f1d081f4.tar.zst
nixpkgs-2201fa719978b02da5fab81c197c2002f1d081f4.zip
nu_scripts: unstable-2023-10-07 -> unstable-2023-10-19
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 8643faccd8f..5aa0adae6eb 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-07";
+  version = "unstable-2023-10-19";
 
   src = fetchFromGitHub {
     owner = "nushell";
     repo = pname;
-    rev = "85da8c2fb5967a7f575d8f63ebeb8d49d36fc139";
-    hash = "sha256-tT/BTnIXEgcMoyfujzWMFlOM7EclWT9LL/dt5jj7Y2M=";
+    rev = "7b2856ddff8afac538d826df4abc08325c4be39d";
+    hash = "sha256-9OFKtaADDV5I5Yu0sCfQABAmf8yqwX2QwDhPPkh5BEo=";
   };
 
   installPhase = ''