Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)

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

nu_scripts: 0-unstable-2024-05-08 -> 0-unstable-2024-05-15

authored by

Nick Cao and committed by
GitHub
3cbcfa65 5b20a17b

+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-05-08"; 9 + version = "0-unstable-2024-05-15"; 10 10 11 11 src = fetchFromGitHub { 12 12 owner = "nushell"; 13 13 repo = pname; 14 - rev = "afde2592a6254be7c14ccac520cb608bd1adbaf9"; 15 - hash = "sha256-jYjtmprgsRGunrDwCzsXDKPK7SOqFdl37F4VCQDKpNs="; 14 + rev = "8a77d51e9327cfb4da902f8beb4062f2d42184b8"; 15 + hash = "sha256-3nqi5ffBAMcP80Nzp2nepoMGad/Tjaxnj7cbGcDA8b0="; 16 16 }; 17 17 18 18 installPhase = ''