Skip to content

Commit b7e4176

Browse files
committed
Update Bun to version 1.2.22!
1 parent 748ad3c commit b7e4176

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/bun/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33
}:
44

55
bun.overrideAttrs rec {
6-
version = "1.2.21";
6+
version = "1.2.22";
77
src = fetchurl {
88
url = "https://github.com/oven-sh/bun/releases/download/bun-v${version}/bun-linux-x64.zip";
9-
hash = "sha256-WU9FTVHOVxmdQyDIXL1JW+nAVO8XquvKXmyQir/aYXk=";
9+
hash = "sha256-TERq8aAde0Dh4RuuvDUvmyv9Eoh+Ubl907WYec7idDo=";
1010
};
1111
}

0 commit comments

Comments
 (0)