Merge pull request #191413 from r-ryantm/auto-update/odpic
odpic: 4.4.1 -> 4.5.0
This commit is contained in:
commit
d7772a6871
1 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
||||||
{ lib, stdenv, fetchFromGitHub, fixDarwinDylibNames, oracle-instantclient, libaio }:
|
{ lib, stdenv, fetchFromGitHub, fixDarwinDylibNames, oracle-instantclient, libaio }:
|
||||||
|
|
||||||
let
|
let
|
||||||
version = "4.4.1";
|
version = "4.5.0";
|
||||||
libPath = lib.makeLibraryPath [ oracle-instantclient.lib ];
|
libPath = lib.makeLibraryPath [ oracle-instantclient.lib ];
|
||||||
|
|
||||||
in stdenv.mkDerivation {
|
in stdenv.mkDerivation {
|
||||||
|
@ -13,7 +13,7 @@ in stdenv.mkDerivation {
|
||||||
owner = "oracle";
|
owner = "oracle";
|
||||||
repo = "odpi";
|
repo = "odpi";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
sha256 = "sha256-tc6N19jSLkuOvTe5f/pBAd1FvpnOjsa4V9CgygUvpZo=";
|
sha256 = "sha256-EPTEZ8Sh8yWtgbKRhwa1nrXSgQelUJfZDaStGSfOKGw=";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = lib.optional stdenv.isDarwin fixDarwinDylibNames;
|
nativeBuildInputs = lib.optional stdenv.isDarwin fixDarwinDylibNames;
|
||||||
|
|
Loading…
Reference in a new issue