Skip to content

Commit 0134709

Browse files
committedJul 15, 2017
getdata: 0.9.4 -> 0.10.0
1 parent 9480628 commit 0134709

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed
 

‎pkgs/development/libraries/getdata/default.nix

+5-3
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,14 @@
1-
{ stdenv, fetchurl }:
1+
{ stdenv, fetchurl, libtool }:
22
stdenv.mkDerivation rec {
33
name = "getdata-${version}";
4-
version = "0.9.4";
4+
version = "0.10.0";
55
src = fetchurl {
66
url = "mirror://sourceforge/getdata/${name}.tar.xz";
7-
sha256 = "0kikla8sxv6f1rlh77m86dajcsa7b1029zb8iigrmksic27mj9ja";
7+
sha256 = "18xbb32vygav9x6yz0gdklif4chjskmkgp06rwnjdf9myhia0iym";
88
};
99

10+
buildInputs = [ libtool ];
11+
1012
meta = with stdenv.lib; {
1113
description = "Reference implementation of the Dirfile Standards";
1214
license = licenses.lgpl21Plus;

0 commit comments

Comments
 (0)
Please sign in to comment.