firebird_4: 4.0.2 → 4.0.5

According to the changelog [1] the version bump only contains bug fixes.

[1]:
https://www.firebirdsql.org/file/documentation/release_notes/html/en/4_0/rlsnotes40.html
This commit is contained in:
Benno Bielmeier
2024-12-26 15:41:17 +01:00
parent ffff9c277c
commit 1b644053b0
+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 ];