Thomas Gerbet 2025-08-18 13:53:11 +02:00
parent 5d6a7a1815
commit 9dfd93392e

View File

@ -85,13 +85,13 @@ rec {
firebird_4 = stdenv.mkDerivation ( firebird_4 = stdenv.mkDerivation (
base base
// rec { // rec {
version = "4.0.5"; version = "4.0.6";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "FirebirdSQL"; owner = "FirebirdSQL";
repo = "firebird"; repo = "firebird";
rev = "v${version}"; rev = "v${version}";
hash = "sha256-OxkPpmnYTl65ns+hKHJd5IAPUiMj0g3HUpyRpwDNut8="; hash = "sha256-65wfG6huDzvG/tEVllA58OfZqoL4U/ilw5YIDqQywTs=";
}; };
nativeBuildInputs = base.nativeBuildInputs ++ [ unzip ]; nativeBuildInputs = base.nativeBuildInputs ++ [ unzip ];