diff options
author | R. Ryantm | 2024-09-16 03:57:14 +0000 |
---|---|---|
committer | R. Ryantm | 2024-09-16 03:57:14 +0000 |
commit | fe05a75ac72863863a1de9fe9ed35126bd92ddb5 (patch) | |
tree | eb09ad98b3874a6cf7b9aad82318dedb326fca64 /pkgs/shells | |
parent | f05282e21210281d6d974e843fab05ceae35a38b (diff) |
nu_scripts: 0-unstable-2024-08-30 -> 0-unstable-2024-09-11
Diffstat (limited to 'pkgs/shells')
-rw-r--r-- | pkgs/shells/nushell/nu_scripts/default.nix | 6 |
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 08bfedea2806..48f81d678852 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-08-30"; + version = "0-unstable-2024-09-11"; src = fetchFromGitHub { owner = "nushell"; repo = pname; - rev = "614b0733104a7753ed7d775224fe5918877b71de"; - hash = "sha256-EmlwDTEby2PAOQBUAhjiBJ8ymVW3H23V78dFaF8DQKw="; + rev = "d04eea634a3ac35d481fa26c35271dfe175bf3e2"; + hash = "sha256-uHD8j98WubyvtbtOqTdfGmeRJ7zoVDVZ9+CJzmB6vF0="; }; installPhase = '' |