about summary refs log tree commit diff
diff options
context:
space:
mode:
authorNick Cao <nickcao@nichi.co>2024-05-17 18:10:45 -0400
committerGitHub <noreply@github.com>2024-05-17 18:10:45 -0400
commit3cbcfa659327242bf2c4e478a079b59fb4b5bed8 (patch)
tree456f60d0188ac546573cdb8e0eb1e077664bfdd4
parent5b20a17bdd9e3bbaec31d6c39d957540cf6c3394 (diff)
parent773835677b272838d439445e56c0ab8320a6fcd1 (diff)
Merge pull request #312102 from r-ryantm/auto-update/nu_scripts
nu_scripts: 0-unstable-2024-05-08 -> 0-unstable-2024-05-15
-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 d930246fdfb6e..ebb4169e34100 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 = "0-unstable-2024-05-08";
+  version = "0-unstable-2024-05-15";
 
   src = fetchFromGitHub {
     owner = "nushell";
     repo = pname;
-    rev = "afde2592a6254be7c14ccac520cb608bd1adbaf9";
-    hash = "sha256-jYjtmprgsRGunrDwCzsXDKPK7SOqFdl37F4VCQDKpNs=";
+    rev = "8a77d51e9327cfb4da902f8beb4062f2d42184b8";
+    hash = "sha256-3nqi5ffBAMcP80Nzp2nepoMGad/Tjaxnj7cbGcDA8b0=";
   };
 
   installPhase = ''