Skip to content

Commit 1b64405

Browse files
committed
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
1 parent ffff9c2 commit 1b64405

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/servers/firebird/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,13 +70,13 @@ let base = {
7070
});
7171

7272
firebird_4 = stdenv.mkDerivation (base // rec {
73-
version = "4.0.2";
73+
version = "4.0.5";
7474

7575
src = fetchFromGitHub {
7676
owner = "FirebirdSQL";
7777
repo = "firebird";
7878
rev = "v${version}";
79-
sha256 = "sha256-hddW/cozboGw693q4k5f4+x9ccQFWFytXPUaBVkFnL4=";
79+
hash = "sha256-OxkPpmnYTl65ns+hKHJd5IAPUiMj0g3HUpyRpwDNut8=";
8080
};
8181

8282
buildInputs = base.buildInputs ++ [ zlib unzip libtommath libtomcrypt ];

0 commit comments

Comments
 (0)