We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents de030e4 + 1b64405 commit c915fbbCopy full SHA for c915fbb
pkgs/servers/firebird/default.nix
@@ -70,13 +70,13 @@ let base = {
70
});
71
72
firebird_4 = stdenv.mkDerivation (base // rec {
73
- version = "4.0.2";
+ version = "4.0.5";
74
75
src = fetchFromGitHub {
76
owner = "FirebirdSQL";
77
repo = "firebird";
78
rev = "v${version}";
79
- sha256 = "sha256-hddW/cozboGw693q4k5f4+x9ccQFWFytXPUaBVkFnL4=";
+ hash = "sha256-OxkPpmnYTl65ns+hKHJd5IAPUiMj0g3HUpyRpwDNut8=";
80
};
81
82
buildInputs = base.buildInputs ++ [ zlib unzip libtommath libtomcrypt ];
0 commit comments