units: 2.14 -> 2.16

This commit is contained in:
Franz Pletz 2018-01-28 19:28:04 +01:00
parent 36d6df8d60
commit bf9c40dc61
No known key found for this signature in database
GPG key ID: 846FDED7792617B4

View file

@ -2,11 +2,11 @@
stdenv.mkDerivation rec {
name = "units-${version}";
version = "2.14";
version = "2.16";
src = fetchurl {
url = "mirror://gnu/units/${name}.tar.gz";
sha256 = "9d33893d82f3ddd831d5822992007c40bcd0826ae67d3cbc96539951fb0a82e8";
sha256 = "11hnp3gcmcc5kci2caxw4hs6m08h2mhqs3xzqq7iafx1ha2ggwyw";
};
buildInputs = [ readline ];