lol

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

odpic: 4.3.0 -> 4.4.1

authored by

Florian Klink and committed by
GitHub
56894a04 65d3dc9a

+2 -2
+2 -2
pkgs/development/libraries/odpic/default.nix
··· 1 { lib, stdenv, fetchFromGitHub, fixDarwinDylibNames, oracle-instantclient, libaio }: 2 3 let 4 - version = "4.3.0"; 5 libPath = lib.makeLibraryPath [ oracle-instantclient.lib ]; 6 7 in stdenv.mkDerivation { ··· 13 owner = "oracle"; 14 repo = "odpi"; 15 rev = "v${version}"; 16 - sha256 = "sha256-oL2yehjP8JJxU19VY4e/ueh2xjo1yp4X7FGslqCXO8A="; 17 }; 18 19 nativeBuildInputs = lib.optional stdenv.isDarwin fixDarwinDylibNames;
··· 1 { lib, stdenv, fetchFromGitHub, fixDarwinDylibNames, oracle-instantclient, libaio }: 2 3 let 4 + version = "4.4.1"; 5 libPath = lib.makeLibraryPath [ oracle-instantclient.lib ]; 6 7 in stdenv.mkDerivation { ··· 13 owner = "oracle"; 14 repo = "odpi"; 15 rev = "v${version}"; 16 + sha256 = "sha256-tc6N19jSLkuOvTe5f/pBAd1FvpnOjsa4V9CgygUvpZo="; 17 }; 18 19 nativeBuildInputs = lib.optional stdenv.isDarwin fixDarwinDylibNames;