dico: 2.5 -> 2.6 (#45837)
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from dico
This commit is contained in:
parent
003b15132c
commit
b8b71e26ed
@ -2,11 +2,11 @@
|
|||||||
, guile, python, pcre, libffi, groff }:
|
, guile, python, pcre, libffi, groff }:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "dico-2.5";
|
name = "dico-2.6";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "mirror://gnu/dico/${name}.tar.xz";
|
url = "mirror://gnu/dico/${name}.tar.xz";
|
||||||
sha256 = "0szm3z4xvq0pjj8kxl4paq63byamf281kzn1la0cdm5ngavypxxq";
|
sha256 = "0zmi041gv5nd5fmyzgdrgrsy2pvjaq9p8dvvhxwi842hiyng5b7i";
|
||||||
};
|
};
|
||||||
|
|
||||||
hardeningDisable = [ "format" ];
|
hardeningDisable = [ "format" ];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user