dico: 2.6 -> 2.7

Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/dico/versions
This commit is contained in:
R. RyanTM 2018-10-03 13:00:39 -07:00
parent 4d1abc4419
commit fc2a97dea9

View file

@ -2,11 +2,11 @@
, guile, python, pcre, libffi, groff }:
stdenv.mkDerivation rec {
name = "dico-2.6";
name = "dico-2.7";
src = fetchurl {
url = "mirror://gnu/dico/${name}.tar.xz";
sha256 = "0zmi041gv5nd5fmyzgdrgrsy2pvjaq9p8dvvhxwi842hiyng5b7i";
sha256 = "0dg4aacnmlf3ljssd7dwh8z5644xzq8k1501mbsx8nz8p8a9mbsq";
};
hardeningDisable = [ "format" ];