tigerbeetle: 0.14.177 -> 0.14.178

This commit is contained in:
R. Ryantm
2024-02-06 18:54:07 +00:00
parent fe0309c142
commit 8e06976c2a
+2 -2
View File
@@ -14,13 +14,13 @@ let
in
stdenv.mkDerivation (finalAttrs: {
pname = "tigerbeetle";
version = "0.14.177";
version = "0.14.178";
src = fetchFromGitHub {
owner = "tigerbeetle";
repo = "tigerbeetle";
rev = "refs/tags/${finalAttrs.version}";
hash = "sha256-oMsDHz/yOWtS1XhJcXR74pA3YvPzANUdRAy7tjNO5lc=";
hash = "sha256-QbNfy9S+h+o6WJTMdNzGsGZhrfCTGTyhcO3psbmQKaU=";
};
nativeBuildInputs = [ custom_zig_hook ];