Merge pull request #248740 from cdmistman/update-bun

bun: 0.7.1 -> 0.7.3

authored by

Ryan Mulligan and committed by
GitHub
fc3d8dc7 81cc2433

+5 -5
+5 -5
pkgs/development/web/bun/default.nix
··· 11 }: 12 13 stdenvNoCC.mkDerivation rec { 14 - version = "0.7.1"; 15 pname = "bun"; 16 17 src = passthru.sources.${stdenvNoCC.hostPlatform.system} or (throw "Unsupported system: ${stdenvNoCC.hostPlatform.system}"); ··· 35 sources = { 36 "aarch64-darwin" = fetchurl { 37 url = "https://github.com/oven-sh/bun/releases/download/bun-v${version}/bun-darwin-aarch64.zip"; 38 - hash = "sha256-5AC1jd2rTVZ+Rfn7B1uvps9NVVAByMlo0mjhM8Wc6jI="; 39 }; 40 "aarch64-linux" = fetchurl { 41 url = "https://github.com/oven-sh/bun/releases/download/bun-v${version}/bun-linux-aarch64.zip"; 42 - hash = "sha256-DM1HVlbqPCOkT05IAVciP1c5g7PIZPmjHmlbWD8DmoU="; 43 }; 44 "x86_64-darwin" = fetchurl { 45 url = "https://github.com/oven-sh/bun/releases/download/bun-v${version}/bun-darwin-x64.zip"; 46 - hash = "sha256-UjInXqkdfigrmIJycee4Nxjv+LhYGLjP+Z/B8WnAfmI="; 47 }; 48 "x86_64-linux" = fetchurl { 49 url = "https://github.com/oven-sh/bun/releases/download/bun-v${version}/bun-linux-x64.zip"; 50 - hash = "sha256-l5lSbJwsPHejcgCXvTDPjvzSP6s/OBgOS44g2xTxfYo="; 51 }; 52 }; 53 updateScript = writeShellScript "update-bun" ''
··· 11 }: 12 13 stdenvNoCC.mkDerivation rec { 14 + version = "0.7.3"; 15 pname = "bun"; 16 17 src = passthru.sources.${stdenvNoCC.hostPlatform.system} or (throw "Unsupported system: ${stdenvNoCC.hostPlatform.system}"); ··· 35 sources = { 36 "aarch64-darwin" = fetchurl { 37 url = "https://github.com/oven-sh/bun/releases/download/bun-v${version}/bun-darwin-aarch64.zip"; 38 + hash = "sha256-9gs5PIbYxhhUC+lw/iEIhjdMIUYVnhP7oYrRqmE3HcU="; 39 }; 40 "aarch64-linux" = fetchurl { 41 url = "https://github.com/oven-sh/bun/releases/download/bun-v${version}/bun-linux-aarch64.zip"; 42 + hash = "sha256-CFio1bgsgND54BrklkCVjfDvMDFxpYe1h77nGMOJdsc="; 43 }; 44 "x86_64-darwin" = fetchurl { 45 url = "https://github.com/oven-sh/bun/releases/download/bun-v${version}/bun-darwin-x64.zip"; 46 + hash = "sha256-j6NpHAqSBRe2Wa4ztA1Ao4JYTKTEIwlYMCMMICKqZv0="; 47 }; 48 "x86_64-linux" = fetchurl { 49 url = "https://github.com/oven-sh/bun/releases/download/bun-v${version}/bun-linux-x64.zip"; 50 + hash = "sha256-05Duhv2WrYXWS6mKI3zB5QiIlitsysXwmuy+9XHBB9M="; 51 }; 52 }; 53 updateScript = writeShellScript "update-bun" ''