tigerbeetle: 0.14.181 -> 0.14.183

This commit is contained in:
R. Ryantm 2024-03-07 18:34:50 +00:00
parent 48a8aef2f3
commit 03b389edda

View file

@ -14,13 +14,13 @@ let
in
stdenv.mkDerivation (finalAttrs: {
pname = "tigerbeetle";
version = "0.14.181";
version = "0.14.183";
src = fetchFromGitHub {
owner = "tigerbeetle";
repo = "tigerbeetle";
rev = "refs/tags/${finalAttrs.version}";
hash = "sha256-BtaPSMQn6Rq6wiYQZb1f+vM9sjrV9HVrvQ9DAQFE+zk=";
hash = "sha256-vyxuzSTwaXrQKVErxiwxjOQWUnHQMEl+PQGd/HU+noc=";
};
nativeBuildInputs = [ custom_zig_hook ];