File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
pkgs/by-name/ti/tigerbeetle Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 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 } ;
1717in
1818stdenvNoCC . 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" ;
You can’t perform that action at this time.
0 commit comments