bun: 1.2.3 -> 1.2.4 (#385496)

authored by

Sandro and committed by
GitHub
a3586d6b 15b46a9c

+5 -5
+5 -5
pkgs/by-name/bu/bun/package.nix
··· 14 14 }: 15 15 16 16 stdenvNoCC.mkDerivation rec { 17 - version = "1.2.3"; 17 + version = "1.2.4"; 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-Q9/A3llu75cfV8zmkmwd8K6WhBVFrEWn3Rvx/+erwrg="; 76 + hash = "sha256-/UcChwu7kRg2RppwOu58HH26/HzY/FgEKbot2hi7WqE="; 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-rI0vSbk+WG7m4erJKGiX0a6BLb+y+1wJoDGFYyOh9/k="; 80 + hash = "sha256-aUobOa01YPP8fI4KxC3yd9esTyj+NzZGEEAA3f+a6Fw="; 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-gOCzOy1ujDbHFk+gqgXvgfFUQlUsTjf2rivJSiwv8HE="; 84 + hash = "sha256-DEMsLgRWkecJwY+ML+C00tkpdO039A5Ih6ZmYyopX8w="; 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-wNNfzF/rCOi4SDLr5hcS0r+x8Rgd5wbpOHvBLiNGPzU="; 88 + hash = "sha256-ity9dM8a8H3DYH6+4yv+WlM1OxrvlRWWN4EYPVxAFYY="; 89 89 }; 90 90 }; 91 91 updateScript = writeShellScript "update-bun" ''