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

tigerbeetle: 0.14.179 -> 0.14.180
This commit is contained in:
a-n-n-a-l-e-e
2024-02-20 23:45:44 -08:00
committed by GitHub
+2 -2
View File
@@ -14,13 +14,13 @@ let
in
stdenv.mkDerivation (finalAttrs: {
pname = "tigerbeetle";
version = "0.14.179";
version = "0.14.180";
src = fetchFromGitHub {
owner = "tigerbeetle";
repo = "tigerbeetle";
rev = "refs/tags/${finalAttrs.version}";
hash = "sha256-232BCwWWpNTy/bX7kXuaNZEBQKYWrnt/eepXhl/PgZ8=";
hash = "sha256-6rZWV88cGNLnyQCF2zU+MYH+MTEx9cjSorDdO754ZU0=";
};
nativeBuildInputs = [ custom_zig_hook ];