Skip to content

Commit 3df2965

Browse files
committed
bun: 1.0.15 -> 1.0.16
1 parent 30ce319 commit 3df2965

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

pkgs/development/web/bun/default.nix

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
}:
1313

1414
stdenvNoCC.mkDerivation rec {
15-
version = "1.0.15";
15+
version = "1.0.16";
1616
pname = "bun";
1717

1818
src = passthru.sources.${stdenvNoCC.hostPlatform.system} or (throw "Unsupported system: ${stdenvNoCC.hostPlatform.system}");
@@ -51,19 +51,19 @@ stdenvNoCC.mkDerivation rec {
5151
sources = {
5252
"aarch64-darwin" = fetchurl {
5353
url = "https://github.com/oven-sh/bun/releases/download/bun-v${version}/bun-darwin-aarch64.zip";
54-
hash = "sha256-3EUVa/v/1Q42IPysoUT/N7Adtwq//79ibTpQgrpzl1I=";
54+
hash = "sha256-jp8ZQ7l8uBdoVQsLpm3AgfBF3XhNzZOhimSUmSVqOEY=";
5555
};
5656
"aarch64-linux" = fetchurl {
5757
url = "https://github.com/oven-sh/bun/releases/download/bun-v${version}/bun-linux-aarch64.zip";
58-
hash = "sha256-WEt/oIleK3f+waEIiR+umdbxvMpeF+sTVTcy1DE0yKY=";
58+
hash = "sha256-BSU2iTo+AGcOdPSgW4CRYcDS4KgAvpOmSZE7JDEtV00=";
5959
};
6060
"x86_64-darwin" = fetchurl {
6161
url = "https://github.com/oven-sh/bun/releases/download/bun-v${version}/bun-darwin-x64.zip";
62-
hash = "sha256-VGJYg3im6KzS3YZevorzeomYQIiYVEVP1K7YIXRzzUE=";
62+
hash = "sha256-XAzV8LBrzhZ5w1YBMlTBI1iov5/ZrrRVLzqnWfcCgyI=";
6363
};
6464
"x86_64-linux" = fetchurl {
6565
url = "https://github.com/oven-sh/bun/releases/download/bun-v${version}/bun-linux-x64.zip";
66-
hash = "sha256-8US2sbirFOAFXfGvHm9VqPORjUzJN/K+0/BcgK4FVcI=";
66+
hash = "sha256-2f/n/aKJO2LnCWohYSQ3zukuXZ+cKFzem+mKeYQnoTc=";
6767
};
6868
};
6969
updateScript = writeShellScript "update-bun" ''

0 commit comments

Comments
 (0)