diff --git a/flake.lock b/flake.lock index f31be6a..573419f 100644 --- a/flake.lock +++ b/flake.lock @@ -540,15 +540,15 @@ "nuScripts": { "flake": false, "locked": { - "lastModified": 1702127877, - "narHash": "sha256-W9czVqmYOmdn7G3dMdVkBYkeDzTizSLAF1X25pSB+gw=", - "owner": "RGBCube", + "lastModified": 1702507399, + "narHash": "sha256-RGM1UutSbjLyW6JpJEf2kJ7DfYT1LJyDP/+dBAREvFc=", + "owner": "nushell", "repo": "nu_scripts", - "rev": "33fd3943d50bfac0103306c9ac800f931d199f0b", + "rev": "af92dca52083ab56f9322b92b151e3a7f6691f0c", "type": "github" }, "original": { - "owner": "RGBCube", + "owner": "nushell", "repo": "nu_scripts", "type": "github" } diff --git a/flake.nix b/flake.nix index f4a8105..c71b733 100644 --- a/flake.nix +++ b/flake.nix @@ -48,7 +48,7 @@ }; nuScripts = { - url = "github:RGBCube/nu_scripts"; + url = "github:nushell/nu_scripts"; flake = false; };