tigerbeetle: 0.14.178 -> 0.14.179

This commit is contained in:
R. Ryantm 2024-02-14 13:53:58 +00:00
parent e2a0450b4b
commit 375ac25b0e

View File

@ -14,13 +14,13 @@ let
in
stdenv.mkDerivation (finalAttrs: {
pname = "tigerbeetle";
version = "0.14.178";
version = "0.14.179";
src = fetchFromGitHub {
owner = "tigerbeetle";
repo = "tigerbeetle";
rev = "refs/tags/${finalAttrs.version}";
hash = "sha256-QbNfy9S+h+o6WJTMdNzGsGZhrfCTGTyhcO3psbmQKaU=";
hash = "sha256-232BCwWWpNTy/bX7kXuaNZEBQKYWrnt/eepXhl/PgZ8=";
};
nativeBuildInputs = [ custom_zig_hook ];