tigerbeetle: 0.14.180 -> 0.14.181

This commit is contained in:
R. Ryantm 2024-02-28 08:19:18 +00:00
parent c955a45164
commit ae19278089

View File

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