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 1113fae + 31faa70 commit d8a7676Copy full SHA for d8a7676
pkgs/bun/default.nix
@@ -3,9 +3,9 @@
3
}:
4
5
bun.overrideAttrs rec {
6
- version = "1.1.45";
+ version = "1.2.2";
7
src = fetchurl {
8
url = "https://github.com/oven-sh/bun/releases/download/bun-v${version}/bun-linux-x64.zip";
9
- hash = "sha256-bQqVKJIWF3DKbmQTaIrToFCy79queouJOQUjWLJRga8=";
+ hash = "sha256-P077iv0fhKwqmMBGYciYVh0dNVJ9Awy0Vx6Zt8hfUHk=";
10
};
11
}
0 commit comments