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

tigerbeetle: 0.14.181 -> 0.14.183
This commit is contained in:
Daniel Sidhion
2024-03-07 11:27:20 -08:00
committed by GitHub
+2 -2
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 ];