odpic: 4.5.0 -> 4.6.0

This commit is contained in:
R. Ryantm 2022-11-16 15:45:55 +00:00
parent 14e0c0dba2
commit 529ced4073

View File

@ -1,7 +1,7 @@
{ lib, stdenv, fetchFromGitHub, fixDarwinDylibNames, oracle-instantclient, libaio }:
let
version = "4.5.0";
version = "4.6.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-EPTEZ8Sh8yWtgbKRhwa1nrXSgQelUJfZDaStGSfOKGw=";
sha256 = "sha256-hhe6j0qJkRoUIr+FZ4GqGUmI9Yu4Rwxu01f9b4pU5Dc=";
};
nativeBuildInputs = lib.optional stdenv.isDarwin fixDarwinDylibNames;