odpic: 5.1.0 -> 5.2.0

This commit is contained in:
R. Ryantm
2024-03-11 17:49:42 +00:00
parent 9b4057a0b5
commit d2e989f415
+2 -2
View File
@@ -1,7 +1,7 @@
{ lib, stdenv, fetchFromGitHub, fixDarwinDylibNames, oracle-instantclient, libaio }:
let
version = "5.1.0";
version = "5.2.0";
libPath = lib.makeLibraryPath [ oracle-instantclient.lib ];
in
@@ -14,7 +14,7 @@ stdenv.mkDerivation {
owner = "oracle";
repo = "odpi";
rev = "v${version}";
sha256 = "sha256-J7v6nNwAXy0j2mXc9RcO/V54WutA9TvTGUubHkpNBWo=";
sha256 = "sha256-2oM78YgP14oyFBWZ8KdHlGsN3hjoWTBcIvOI+93sSyM=";
};
nativeBuildInputs = lib.optional stdenv.isDarwin fixDarwinDylibNames;