1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-21 05:00:16 +00:00

Merge pull request #84344 from r-ryantm/auto-update/dictd

dict: 1.12.1 -> 1.13.0
This commit is contained in:
Mario Rodas 2020-04-05 20:13:49 -05:00 committed by GitHub
commit 357a5c6472
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,11 +2,11 @@
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
pname = "dictd"; pname = "dictd";
version = "1.12.1"; version = "1.13.0";
src = fetchurl { src = fetchurl {
url = "mirror://sourceforge/dict/dictd-${version}.tar.gz"; url = "mirror://sourceforge/dict/dictd-${version}.tar.gz";
sha256 = "0min6v60b6z5mrymyjfwzx8nv6rdm8pd8phlwl6v2jl5vkngcdx2"; sha256 = "1r413a78sa3mcrgddgdj1za34dj6mnd4dg66csqv2yz8fypm3fpf";
}; };
buildInputs = [ libmaa zlib ]; buildInputs = [ libmaa zlib ];