diff --git a/pkgs/by-name/nu/nu_scripts/package.nix b/pkgs/by-name/nu/nu_scripts/package.nix index 0531aa1019aa..b860a456c5a8 100644 --- a/pkgs/by-name/nu/nu_scripts/package.nix +++ b/pkgs/by-name/nu/nu_scripts/package.nix @@ -7,13 +7,13 @@ stdenvNoCC.mkDerivation { pname = "nu_scripts"; - version = "0-unstable-2026-01-29"; + version = "0-unstable-2026-02-05"; src = fetchFromGitHub { owner = "nushell"; repo = "nu_scripts"; - rev = "049b00e54e0dc878bc9a37ee0e05c6ba18789c2f"; - hash = "sha256-zHLVDV7RsQMMgYP7ysWF83Q+7PoP4E+pOguzixWf9iA="; + rev = "4444335709d0c9f8291ac925b0854d91132f6ffc"; + hash = "sha256-50uIcHHV3yPX91KRxDrMmG1eaSfw08CNG/S86CM08P0="; }; installPhase = ''