Skip to content

Commit 6208ae9

Browse files
authored
Bun update (#439)
2 parents e7f600d + 1204b5e commit 6208ae9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/bun/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33
}:
44

55
bun.overrideAttrs rec {
6-
version = "1.2.3";
6+
version = "1.2.5";
77
src = fetchurl {
88
url = "https://github.com/oven-sh/bun/releases/download/bun-v${version}/bun-linux-x64.zip";
9-
hash = "sha256-wNNfzF/rCOi4SDLr5hcS0r+x8Rgd5wbpOHvBLiNGPzU=";
9+
hash = "sha256-iPZL7e4zD/TWMo4+kMZpvHrFMUknxgT4XjKeoqHRl5s=";
1010
};
1111
}

0 commit comments

Comments
 (0)