We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 748ad3c commit b7e4176Copy full SHA for b7e4176
pkgs/bun/default.nix
@@ -3,9 +3,9 @@
3
}:
4
5
bun.overrideAttrs rec {
6
- version = "1.2.21";
+ version = "1.2.22";
7
src = fetchurl {
8
url = "https://github.com/oven-sh/bun/releases/download/bun-v${version}/bun-linux-x64.zip";
9
- hash = "sha256-WU9FTVHOVxmdQyDIXL1JW+nAVO8XquvKXmyQir/aYXk=";
+ hash = "sha256-TERq8aAde0Dh4RuuvDUvmyv9Eoh+Ubl907WYec7idDo=";
10
};
11
}
0 commit comments