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 in
stdenv.mkDerivation (finalAttrs: { stdenv.mkDerivation (finalAttrs: {
pname = "tigerbeetle"; pname = "tigerbeetle";
version = "0.14.176"; version = "0.14.177";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "tigerbeetle"; owner = "tigerbeetle";
repo = "tigerbeetle"; repo = "tigerbeetle";
rev = "refs/tags/${finalAttrs.version}"; rev = "refs/tags/${finalAttrs.version}";
hash = "sha256-prvTE6fingEIzXk++FYP0J9dA9xeophU0LLcknmS2ZI="; hash = "sha256-oMsDHz/yOWtS1XhJcXR74pA3YvPzANUdRAy7tjNO5lc=";
}; };
nativeBuildInputs = [ custom_zig_hook ]; nativeBuildInputs = [ custom_zig_hook ];