Skip to content

Commit d528aea

Browse files
authored
bump replit_rtld_loader (#451)
2 parents ed73e88 + d91a609 commit d528aea

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

flake.lock

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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.12";
6+
version = "1.2.16";
77
src = fetchurl {
88
url = "https://github.com/oven-sh/bun/releases/download/bun-v${version}/bun-linux-x64.zip";
9-
hash = "sha256-MzeWT6ox2LzhmfkXCBMHEO8ucLmP80o09ZCxdFiApjM";
9+
hash = "sha256-+DEdjXyqDZOMbEzs8KYA5enOTidaQR44oun4x30MEAI=";
1010
};
1111
}

0 commit comments

Comments
 (0)