tigerbeetle: 0.14.183 -> 0.14.184

This commit is contained in:
R. Ryantm 2024-03-12 07:59:01 +00:00
parent a07fe6bab8
commit dbdec363d3

View File

@ -14,13 +14,13 @@ let
in
stdenv.mkDerivation (finalAttrs: {
pname = "tigerbeetle";
version = "0.14.183";
version = "0.14.184";
src = fetchFromGitHub {
owner = "tigerbeetle";
repo = "tigerbeetle";
rev = "refs/tags/${finalAttrs.version}";
hash = "sha256-vyxuzSTwaXrQKVErxiwxjOQWUnHQMEl+PQGd/HU+noc=";
hash = "sha256-7npd5qYrpE1mR/ZiDqH4sxCmjVAvF+R5bnlb3b/8+sk=";
};
nativeBuildInputs = [ custom_zig_hook ];