units: 2.18 -> 2.19

Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/units/versions
This commit is contained in:
R. RyanTM 2019-06-18 09:06:20 -07:00 committed by Frederik Rietdijk
parent 9336f941ea
commit c0148f53fc

View file

@ -2,11 +2,11 @@
stdenv.mkDerivation rec {
name = "units-${version}";
version = "2.18";
version = "2.19";
src = fetchurl {
url = "mirror://gnu/units/${name}.tar.gz";
sha256 = "0y26kj349i048y4z3xrk90bvciw2j6ds3rka7r7yn3183hirr5b4";
sha256 = "0mk562g7dnidjgfgvkxxpvlba66fh1ykmfd9ylzvcln1vxmi6qj2";
};
buildInputs = [ readline ];