tigerbeetle: 0.14.176 -> 0.14.177

This commit is contained in:
R. Ryantm 2024-01-31 16:08:28 +00:00
parent 0b8f8e0cd9
commit 095495a99b

View file

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