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

odpic: 5.0.0 -> 5.0.1
This commit is contained in:
Nick Cao 2023-10-12 11:41:18 -04:00 committed by GitHub
commit 6eff45da8b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,7 +1,7 @@
{ lib, stdenv, fetchFromGitHub, fixDarwinDylibNames, oracle-instantclient, libaio }:
let
version = "5.0.0";
version = "5.0.1";
libPath = lib.makeLibraryPath [ oracle-instantclient.lib ];
in
@ -14,7 +14,7 @@ stdenv.mkDerivation {
owner = "oracle";
repo = "odpi";
rev = "v${version}";
sha256 = "sha256-ZRkXd7D4weCfP6R7UZD2+saNiNa+XXVhfiWIlxBObmU=";
sha256 = "sha256-XSQ2TLozbmofpzagbqcGSxAx0jpR68Gr6so/KKwZhbY=";
};
nativeBuildInputs = lib.optional stdenv.isDarwin fixDarwinDylibNames;