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 71e59c7 + eef1f3e commit e643c55Copy full SHA for e643c55
pkgs/bun/default.nix
@@ -3,9 +3,9 @@
3
}:
4
5
bun.overrideAttrs rec {
6
- version = "1.2.5";
+ version = "1.2.12";
7
src = fetchurl {
8
url = "https://github.com/oven-sh/bun/releases/download/bun-v${version}/bun-linux-x64.zip";
9
- hash = "sha256-iPZL7e4zD/TWMo4+kMZpvHrFMUknxgT4XjKeoqHRl5s=";
+ hash = "sha256-MzeWT6ox2LzhmfkXCBMHEO8ucLmP80o09ZCxdFiApjM";
10
};
11
}
0 commit comments