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 0ba5cb4 + 89be9ff commit ed73e88Copy full SHA for ed73e88
pkgs/bun/default.nix
@@ -3,9 +3,9 @@
3
}:
4
5
bun.overrideAttrs rec {
6
- version = "1.2.16";
+ 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-+DEdjXyqDZOMbEzs8KYA5enOTidaQR44oun4x30MEAI=";
+ hash = "sha256-MzeWT6ox2LzhmfkXCBMHEO8ucLmP80o09ZCxdFiApjM";
10
};
11
}
0 commit comments