firebird_4: 4.0.5 -> 4.0.6
Fixes CVE-2025-24975. https://github.com/FirebirdSQL/firebird/security/advisories/GHSA-fx9r-rj68-7p69 https://github.com/FirebirdSQL/firebird/blob/v4.0.6/CHANGELOG.md
This commit is contained in:
parent
5d6a7a1815
commit
9dfd93392e
@ -85,13 +85,13 @@ rec {
|
||||
firebird_4 = stdenv.mkDerivation (
|
||||
base
|
||||
// rec {
|
||||
version = "4.0.5";
|
||||
version = "4.0.6";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "FirebirdSQL";
|
||||
repo = "firebird";
|
||||
rev = "v${version}";
|
||||
hash = "sha256-OxkPpmnYTl65ns+hKHJd5IAPUiMj0g3HUpyRpwDNut8=";
|
||||
hash = "sha256-65wfG6huDzvG/tEVllA58OfZqoL4U/ilw5YIDqQywTs=";
|
||||
};
|
||||
|
||||
nativeBuildInputs = base.nativeBuildInputs ++ [ unzip ];
|
||||
|
Loading…
x
Reference in New Issue
Block a user