Merge pull request #310415 from r-ryantm/auto-update/nu_scripts

nu_scripts: 0-unstable-2024-04-30 -> 0-unstable-2024-05-08

authored by Nick Cao and committed by GitHub 132ccb5e 497a0af8

+3 -3
+3 -3
pkgs/shells/nushell/nu_scripts/default.nix
··· 6 6 7 7 stdenvNoCC.mkDerivation rec { 8 8 pname = "nu_scripts"; 9 - version = "0-unstable-2024-04-30"; 9 + version = "0-unstable-2024-05-08"; 10 10 11 11 src = fetchFromGitHub { 12 12 owner = "nushell"; 13 13 repo = pname; 14 - rev = "4eab7ea772f0a288c99a79947dd332efc1884315"; 15 - hash = "sha256-rXEtn0mO0hEH1zuDJ9vzsAeZfHnw9mkitzMqr7o5UYs="; 14 + rev = "afde2592a6254be7c14ccac520cb608bd1adbaf9"; 15 + hash = "sha256-jYjtmprgsRGunrDwCzsXDKPK7SOqFdl37F4VCQDKpNs="; 16 16 }; 17 17 18 18 installPhase = ''