lol

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

odpic: 4.6.0 -> 4.6.1

authored by

Florian Klink and committed by
GitHub
46f4d034 6eedf41c

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