summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2024-06-17 10:19:31 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2024-06-17 10:19:31 +0000
commite681a07830e78eb2f443e26ebb6a066a9f6b7bc9 (patch)
tree27d958ce0e141c8c43e11e07bfe13a1711276347
parentbd8d034e6500e41e9cfb5efe0a10d6ab7a9e6ea1 (diff)
nu_scripts: 0-unstable-2024-06-08 -> 0-unstable-2024-06-16
-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 9815d7934387..47d29b44ac23 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-06-08";
+ version = "0-unstable-2024-06-16";
src = fetchFromGitHub {
owner = "nushell";
repo = pname;
- rev = "398cc82308d8ddd0fb09bc9e8fc20cced26a0d30";
- hash = "sha256-zJWZakNxLQI3vxClzS4B0NqY84Oj5R1BjX2aMjCm/+Q=";
+ rev = "92f20ff2827b1afb3d06011bc0609a0212c53993";
+ hash = "sha256-ZYrlX8Kg9VD5/eUctesAXQlBcVPiOZ3W9WCpBkByrpA=";
};
installPhase = ''