tigerbeetle: 0.14.175 -> 0.14.176

This commit is contained in:
R. Ryantm 2024-01-28 05:10:33 +00:00
parent d275de7163
commit 3c60abd123

@ -14,13 +14,13 @@ let
in
stdenv.mkDerivation (finalAttrs: {
pname = "tigerbeetle";
version = "0.14.175";
version = "0.14.176";
src = fetchFromGitHub {
owner = "tigerbeetle";
repo = "tigerbeetle";
rev = "refs/tags/${finalAttrs.version}";
hash = "sha256-MabY6kfK/SZ2ps8RZkI6cDhMdHasc1fk6+PKBfVMRm0=";
hash = "sha256-prvTE6fingEIzXk++FYP0J9dA9xeophU0LLcknmS2ZI=";
};
nativeBuildInputs = [ custom_zig_hook ];