We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b3582c7 commit ec307e3Copy full SHA for ec307e3
1 file changed
pkgs/by-name/nu/nu_scripts/package.nix
@@ -7,13 +7,13 @@
7
8
stdenvNoCC.mkDerivation {
9
pname = "nu_scripts";
10
- version = "0-unstable-2025-04-23";
+ version = "0-unstable-2025-05-05";
11
12
src = fetchFromGitHub {
13
owner = "nushell";
14
repo = "nu_scripts";
15
- rev = "9560df937090b640ed04aa270641a77b8d5f991c";
16
- hash = "sha256-Zw6eIo9BTn6/4qd03Jca3Kp3KZwHJEwEoUcnuS3Z9NM=";
+ rev = "4ecbb0e04e0a944145c86ec8bf3e4fc7ca3958a5";
+ hash = "sha256-ssqSZnc8YnCB/62eN9KQzf+cm686/NFKcj4M2sd0XxM=";
17
};
18
19
installPhase = ''
0 commit comments