odpic: 4.2.1 -> 4.3.0

This commit is contained in:
R. Ryantm 2021-12-07 19:02:26 +00:00
parent a98017a5f9
commit 46c88e2c58

View file

@ -1,7 +1,7 @@
{ lib, stdenv, fetchFromGitHub, fixDarwinDylibNames, oracle-instantclient, libaio }:
let
version = "4.2.1";
version = "4.3.0";
libPath = lib.makeLibraryPath [ oracle-instantclient.lib ];
in stdenv.mkDerivation {
@ -13,7 +13,7 @@ in stdenv.mkDerivation {
owner = "oracle";
repo = "odpi";
rev = "v${version}";
sha256 = "sha256-jdDMG6+bvsKQkHSpUrwtwU/ngq1iINcUhWu2b9lJgPY=";
sha256 = "sha256-oL2yehjP8JJxU19VY4e/ueh2xjo1yp4X7FGslqCXO8A=";
};
nativeBuildInputs = lib.optional stdenv.isDarwin fixDarwinDylibNames;