tangled
alpha
login
or
join now
tjh.dev
/
nixpkgs
0
fork
atom
nixpkgs mirror (for testing)
github.com/NixOS/nixpkgs
nix
0
fork
atom
overview
issues
pulls
pipelines
odpic: 5.0.0 -> 5.0.1
R. Ryantm
2 years ago
4d198707
535734e7
+2
-2
1 changed file
expand all
collapse all
unified
split
pkgs
development
libraries
odpic
default.nix
+2
-2
pkgs/development/libraries/odpic/default.nix
reviewed
···
1
1
{ lib, stdenv, fetchFromGitHub, fixDarwinDylibNames, oracle-instantclient, libaio }:
2
2
3
3
let
4
4
-
version = "5.0.0";
4
4
+
version = "5.0.1";
5
5
libPath = lib.makeLibraryPath [ oracle-instantclient.lib ];
6
6
7
7
in
···
14
14
owner = "oracle";
15
15
repo = "odpi";
16
16
rev = "v${version}";
17
17
-
sha256 = "sha256-ZRkXd7D4weCfP6R7UZD2+saNiNa+XXVhfiWIlxBObmU=";
17
17
+
sha256 = "sha256-XSQ2TLozbmofpzagbqcGSxAx0jpR68Gr6so/KKwZhbY=";
18
18
};
19
19
20
20
nativeBuildInputs = lib.optional stdenv.isDarwin fixDarwinDylibNames;