tigerbeetle: 0.14.184 -> 0.15.3 (#297607)

* tigerbeetle: 0.14.184 -> 0.15.3

Co-authored-by: a-n-n-a-l-e-e <150648636+a-n-n-a-l-e-e@users.noreply.github.com>

---------

Co-authored-by: a-n-n-a-l-e-e <150648636+a-n-n-a-l-e-e@users.noreply.github.com>
This commit is contained in:
Daniel Sidhion 2024-03-22 08:54:18 -07:00 committed by GitHub
parent 80055faf7d
commit b2c7632745
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -14,21 +14,22 @@ let
in
stdenv.mkDerivation (finalAttrs: {
pname = "tigerbeetle";
version = "0.14.184";
version = "0.15.3";
src = fetchFromGitHub {
owner = "tigerbeetle";
repo = "tigerbeetle";
rev = "refs/tags/${finalAttrs.version}";
hash = "sha256-7npd5qYrpE1mR/ZiDqH4sxCmjVAvF+R5bnlb3b/8+sk=";
hash = "sha256-3+uCMoOnyvI//ltEaqTIXytUxxgJrfMnFly11WCh66Q=";
};
env.TIGERBEETLE_RELEASE = finalAttrs.version;
nativeBuildInputs = [ custom_zig_hook ];
zigBuildFlags = [
"-Drelease"
"-Dgit-commit=0000000000000000000000000000000000000000"
"-Dversion=${finalAttrs.version}"
];
passthru = {