dico: 2.10 -> 2.11

This commit is contained in:
R. RyanTM 2021-04-28 05:15:17 +00:00 committed by tomberek
parent 7ecb53ac5b
commit 1c65a509fb

View file

@ -3,11 +3,11 @@
stdenv.mkDerivation rec {
pname = "dico";
version = "2.10";
version = "2.11";
src = fetchurl {
url = "mirror://gnu/${pname}/${pname}-${version}.tar.xz";
sha256 = "0qag47mzs00d53hnrmh381r0jay42766vp5xrffmzmsn2307x8vl";
sha256 = "sha256-rB+Y4jPQ+srKrBBZ87gThKVZLib9TDCCrtAD9l4lLFo=";
};
hardeningDisable = [ "format" ];