Merge pull request #286791 from r-ryantm/auto-update/tigerbeetle

tigerbeetle: 0.14.177 -> 0.14.178
This commit is contained in:
a-n-n-a-l-e-e 2024-02-07 00:48:22 -08:00 committed by GitHub
commit ffb929a625
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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 ];