odpic: 5.4.0 -> 5.4.1 (#364422)

This commit is contained in:
Nick Cao
2024-12-12 10:30:41 -05:00
committed by GitHub
+2 -2
View File
@@ -8,7 +8,7 @@
}:
let
version = "5.4.0";
version = "5.4.1";
libPath = lib.makeLibraryPath [ oracle-instantclient.lib ];
in
@@ -21,7 +21,7 @@ stdenv.mkDerivation {
owner = "oracle";
repo = "odpi";
rev = "v${version}";
sha256 = "sha256-MmzForjAgccze7VvNcN6vX4rfiy+W9eGQ2Qh49ah7Ps=";
sha256 = "sha256-CvsQ/w5r0d/l0m6wkgZtVBkX66Hcrz4U3b8qpHM0Dm8=";
};
nativeBuildInputs = lib.optional stdenv.hostPlatform.isDarwin fixDarwinDylibNames;