bun: 1.1.38 -> 1.1.42 (#367078)

authored by Donovan Glover and committed by GitHub 8de37713 5b563b6c

+5 -5
+5 -5
pkgs/by-name/bu/bun/package.nix
··· 14 14 }: 15 15 16 16 stdenvNoCC.mkDerivation rec { 17 - version = "1.1.38"; 17 + version = "1.1.42"; 18 18 pname = "bun"; 19 19 20 20 src = passthru.sources.${stdenvNoCC.hostPlatform.system} or (throw "Unsupported system: ${stdenvNoCC.hostPlatform.system}"); ··· 73 73 sources = { 74 74 "aarch64-darwin" = fetchurl { 75 75 url = "https://github.com/oven-sh/bun/releases/download/bun-v${version}/bun-darwin-aarch64.zip"; 76 - hash = "sha256-u8b7Dnu5nn6VABugUQXPCdC3nAaUHZ9u49CzTcFUFZA="; 76 + hash = "sha256-ZKcP4pC9Y5GgnVVdTk4ajfVlQ+UmuxOBqzRKOFNIVyw="; 77 77 }; 78 78 "aarch64-linux" = fetchurl { 79 79 url = "https://github.com/oven-sh/bun/releases/download/bun-v${version}/bun-linux-aarch64.zip"; 80 - hash = "sha256-Owj9CzH3RVCeH+2caQyA0aMu8rPI0FlYP2Q/aWY5vSE="; 80 + hash = "sha256-AGZIRW0qjVCqYhPZr2WiUELOAfhAYDluXqo8mPeE3Rc="; 81 81 }; 82 82 "x86_64-darwin" = fetchurl { 83 83 url = "https://github.com/oven-sh/bun/releases/download/bun-v${version}/bun-darwin-x64-baseline.zip"; 84 - hash = "sha256-7lzgdES6OfY1RKUUEloV6AfuFyAkcvzG3uRnE0z5DoA="; 84 + hash = "sha256-SLSVr8hUxjXZuqqcG9nlrdulSa9/rOnNffP781OP5Cw="; 85 85 }; 86 86 "x86_64-linux" = fetchurl { 87 87 url = "https://github.com/oven-sh/bun/releases/download/bun-v${version}/bun-linux-x64.zip"; 88 - hash = "sha256-ph2lNX4o1Jd/zNSFH+1i/02j6jOFMAXH3ZPayAvFOTI="; 88 + hash = "sha256-NoIGwwONj6q8Y+MFnu6mTCr5xQ7Q37+4b2SYS6adsa8="; 89 89 }; 90 90 }; 91 91 updateScript = writeShellScript "update-bun" ''