Merge pull request #47806 from r-ryantm/auto-update/dico
dico: 2.6 -> 2.7
This commit is contained in:
commit
7972dcb2e6
1 changed files with 2 additions and 2 deletions
|
@ -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" ];
|
||||
|
|
Loading…
Reference in a new issue