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-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 } ;
1717in
1818stdenvNoCC . 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" ;
You can’t perform that action at this time.
0 commit comments