Merge pull request #329564 from r-ryantm/auto-update/odpic

odpic: 5.2.0 -> 5.3.0
This commit is contained in:
Nick Cao 2024-07-24 18:55:48 -04:00 committed by GitHub
commit 65e365b458
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,7 +1,7 @@
{ lib, stdenv, fetchFromGitHub, fixDarwinDylibNames, oracle-instantclient, libaio }:
let
version = "5.2.0";
version = "5.3.0";
libPath = lib.makeLibraryPath [ oracle-instantclient.lib ];
in
@ -14,7 +14,7 @@ stdenv.mkDerivation {
owner = "oracle";
repo = "odpi";
rev = "v${version}";
sha256 = "sha256-2oM78YgP14oyFBWZ8KdHlGsN3hjoWTBcIvOI+93sSyM=";
sha256 = "sha256-Ez9B89I008YMu1s/8J0V4bydkooth+O5846Fmwl4FsA=";
};
nativeBuildInputs = lib.optional stdenv.isDarwin fixDarwinDylibNames;