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 c867177 + 4bc757a commit 6308cfaCopy full SHA for 6308cfa
pkgs/bun/default.nix
@@ -3,9 +3,9 @@
3
}:
4
5
bun.overrideAttrs rec {
6
- version = "1.2.2";
+ version = "1.2.3";
7
src = fetchurl {
8
url = "https://github.com/oven-sh/bun/releases/download/bun-v${version}/bun-linux-x64.zip";
9
- hash = "sha256-P077iv0fhKwqmMBGYciYVh0dNVJ9Awy0Vx6Zt8hfUHk=";
+ hash = "sha256-wNNfzF/rCOi4SDLr5hcS0r+x8Rgd5wbpOHvBLiNGPzU=";
10
};
11
}
0 commit comments