Merge pull request #35620 from ryantm/auto-update/dico-2.4-to-2.5
dico: 2.4 -> 2.5
This commit is contained in:
commit
1e17776d0a
@ -2,11 +2,11 @@
|
|||||||
, guile, python, pcre, libffi, groff }:
|
, guile, python, pcre, libffi, groff }:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "dico-2.4";
|
name = "dico-2.5";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "mirror://gnu/dico/${name}.tar.xz";
|
url = "mirror://gnu/dico/${name}.tar.xz";
|
||||||
sha256 = "13m7vahfbdj7hb38bjgd4cmfswavvxrcpppj9n4m4rar3wyzg52g";
|
sha256 = "0szm3z4xvq0pjj8kxl4paq63byamf281kzn1la0cdm5ngavypxxq";
|
||||||
};
|
};
|
||||||
|
|
||||||
hardeningDisable = [ "format" ];
|
hardeningDisable = [ "format" ];
|
||||||
|
Loading…
Reference in New Issue
Block a user