Hythera
2026-04-19 19:56:55 +02:00
parent 788c08f343
commit 8fbdabd0a6
+2 -2
View File
@@ -62,13 +62,13 @@ rec {
firebird_3 = stdenv.mkDerivation (
base
// rec {
version = "3.0.13";
version = "3.0.14";
src = fetchFromGitHub {
owner = "FirebirdSQL";
repo = "firebird";
rev = "v${version}";
hash = "sha256-ti3cFfByM2wxOLkAebwtFe25B5W7jOwi3f7MPYo/yUA=";
hash = "sha256-X6Jv32VniAefIWjLTPwEipsQVRl7HBb4EKyi2IL1VWM=";
};
patches = [