We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e7f600d + 1204b5e commit 6208ae9Copy full SHA for 6208ae9
pkgs/bun/default.nix
@@ -3,9 +3,9 @@
3
}:
4
5
bun.overrideAttrs rec {
6
- version = "1.2.3";
+ version = "1.2.5";
7
src = fetchurl {
8
url = "https://github.com/oven-sh/bun/releases/download/bun-v${version}/bun-linux-x64.zip";
9
- hash = "sha256-wNNfzF/rCOi4SDLr5hcS0r+x8Rgd5wbpOHvBLiNGPzU=";
+ hash = "sha256-iPZL7e4zD/TWMo4+kMZpvHrFMUknxgT4XjKeoqHRl5s=";
10
};
11
}
0 commit comments