Skip to content

Commit 073fd56

Browse files
authored
tigerbeetle: 0.16.20 -> 0.16.21 (#373553)
2 parents 6ee8eee + 6ca1b8c commit 073fd56

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-xuj14E2JVcyAJ8TrLdZ42X19x3E94SSDC4VqrvQD6Lo=";
14-
"x86_64-linux" = "sha256-M6OCtktN6GnHpIMYNeEvB4K6uHR/+KDq2ByMBPcstQw=";
15-
"aarch64-linux" = "sha256-WxO1A2bVMEv5k7yFkeUy06BZy8vVnykSXs+6GN6VIGA=";
13+
"universal-macos" = "sha256-blzpEQf9+vTg5gAelssD7Sje+8Rt2Ugvgxdxt+ehAKw=";
14+
"x86_64-linux" = "sha256-329wngZhFgR775/uuAmU5RMNkEXHwsG5f8QNm5UFZ9c=";
15+
"aarch64-linux" = "sha256-9Q1f1GRQMdoTfLsQA0D6k4VCFl8AfYy9UJjokwJimk8=";
1616
};
1717
in
1818
stdenvNoCC.mkDerivation (finalAttrs: {
1919
pname = "tigerbeetle";
20-
version = "0.16.20";
20+
version = "0.16.21";
2121

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

0 commit comments

Comments
 (0)