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-Rrm/vTOT8y9e7wFsM+J3SwHoyd2t9VMUVcUFfjBssjU =" ;
14- "x86_64-linux" = "sha256-fgs4YiK7egvKmLev2e7dTu1zdz6O61+HzOmyt5ke8cE =" ;
15- "aarch64-linux" = "sha256-J2JFV4TFGX1XDQ+7AAJ8dREmPoNcErzpcUFkhWk/YVs =" ;
13+ "universal-macos" = "sha256-kvI88/BudL5mnXfEM1RrwblS15374s+P7jOKZ/wehbc =" ;
14+ "x86_64-linux" = "sha256-FK98LW0Xyp6PUdmVZgN3y5ueC9nKQ2nwWKbOpBDNia0 =" ;
15+ "aarch64-linux" = "sha256-+jeHG28zlaRqR3GhxHJTZ6x2X3CjBJs4ZnxXkzAG+tM =" ;
1616 } ;
1717in
1818stdenvNoCC . mkDerivation ( finalAttrs : {
1919 pname = "tigerbeetle" ;
20- version = "0.16.26 " ;
20+ version = "0.16.28 " ;
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