about summary refs log tree commit diff
path: root/pkgs/development/libraries/odpic
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2022-07-29 13:58:09 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2022-07-29 13:58:09 +0000
commit3fd75cfdb1b06f7b630b7f1d366b59ddead8a704 (patch)
tree74ae0378a3505841725ad8bdd34b62db0641482b /pkgs/development/libraries/odpic
parentdfda4ec196a5b882c1e7d962d8d635a8379766aa (diff)
odpic: 4.3.0 -> 4.4.1
Diffstat (limited to 'pkgs/development/libraries/odpic')
-rw-r--r--pkgs/development/libraries/odpic/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/libraries/odpic/default.nix b/pkgs/development/libraries/odpic/default.nix
index b9095f214814f..2c5d0e2a3d569 100644
--- a/pkgs/development/libraries/odpic/default.nix
+++ b/pkgs/development/libraries/odpic/default.nix
@@ -1,7 +1,7 @@
 { lib, stdenv, fetchFromGitHub, fixDarwinDylibNames, oracle-instantclient, libaio }:
 
 let
-  version = "4.3.0";
+  version = "4.4.1";
   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-oL2yehjP8JJxU19VY4e/ueh2xjo1yp4X7FGslqCXO8A=";
+    sha256 = "sha256-tc6N19jSLkuOvTe5f/pBAd1FvpnOjsa4V9CgygUvpZo=";
   };
 
   nativeBuildInputs = lib.optional stdenv.isDarwin fixDarwinDylibNames;