Skip to content

Commit 7296c7f

Browse files
tigerbeetle: 0.16.30 -> 0.16.32 (#390945)
Co-authored-by: DanielSidhion <[email protected]>
2 parents 01d99bf + f02ee85 commit 7296c7f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

pkgs/by-name/ti/tigerbeetle/package.nix

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,14 @@ let
1010
platform =
1111
if stdenvNoCC.hostPlatform.isDarwin then "universal-macos" else stdenvNoCC.hostPlatform.system;
1212
hash = builtins.getAttr platform {
13-
"universal-macos" = "sha256-E+CXxqa7RCJ+c4KMPPbaNm/z6IrjSlOg9rkcHtVXkew=";
14-
"x86_64-linux" = "sha256-tqx52qO3HuSa9dQD+BlpqE+k4TP4Db9OUloLkL5uR7M=";
15-
"aarch64-linux" = "sha256-rgaN1y0NPdYdn132ey1PjJqwkqC1Z736u7nshw1n1gE=";
13+
"universal-macos" = "sha256-YTEC0DAhiNxbjnDNd9kJBL6MISidkKM0AOxVJ04TTZo=";
14+
"x86_64-linux" = "sha256-OZ2O4leqJ72+Jv7Aii8YrytGbvuH3B/RDm9SVvEZxDY=";
15+
"aarch64-linux" = "sha256-ZXlw0IrzzMDe3lq+Qt6pS/K5+MThzr80hrR2ZPyLXtE=";
1616
};
1717
in
1818
stdenvNoCC.mkDerivation (finalAttrs: {
1919
pname = "tigerbeetle";
20-
version = "0.16.30";
20+
version = "0.16.32";
2121

2222
src = fetchzip {
2323
url = "https://github.com/tigerbeetle/tigerbeetle/releases/download/${finalAttrs.version}/tigerbeetle-${platform}.zip";

0 commit comments

Comments
 (0)