firebird_4: 4.0.2 → 4.0.5 (#361488)

This commit is contained in:
Arne Keller
2025-03-10 09:18:31 +01:00
committed by GitHub
+2 -2
View File
@@ -70,13 +70,13 @@ let base = {
});
firebird_4 = stdenv.mkDerivation (base // rec {
version = "4.0.2";
version = "4.0.5";
src = fetchFromGitHub {
owner = "FirebirdSQL";
repo = "firebird";
rev = "v${version}";
sha256 = "sha256-hddW/cozboGw693q4k5f4+x9ccQFWFytXPUaBVkFnL4=";
hash = "sha256-OxkPpmnYTl65ns+hKHJd5IAPUiMj0g3HUpyRpwDNut8=";
};
buildInputs = base.buildInputs ++ [ zlib unzip libtommath libtomcrypt ];