firebird_3: 3.0.13 -> 3.0.14
changelog: https://github.com/FirebirdSQL/firebird/releases/tag/v3.0.14 diff: https://github.com/FirebirdSQL/firebird/compare/v3.0.13...v3.0.14
This commit is contained in:
@@ -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 = [
|
||||
|
||||
Reference in New Issue
Block a user