summaryrefslogtreecommitdiffstats
path: root/pkgs/servers/dico
diff options
context:
space:
mode:
authorRyan Mulligan <ryan@ryantm.com>2018-02-25 20:01:45 -0800
committerRyan Mulligan <ryan@ryantm.com>2018-02-25 20:01:45 -0800
commit7ddb23ba2cb7fa054377a9eff847b316df70139f (patch)
tree2772846188829d897aaa17455b99c468d7bcc61a /pkgs/servers/dico
parent0fadb81af44fe7f43581a276d2ca863bdb64dd67 (diff)
dico: 2.4 -> 2.5
Semi-automatic update. These checks were performed: - built on NixOS - ran `/nix/store/gd29d0p765hn7vy9772x64f9i3nfi3lw-dico-2.5/bin/dicod -h` got 0 exit code - ran `/nix/store/gd29d0p765hn7vy9772x64f9i3nfi3lw-dico-2.5/bin/dicod --help` got 0 exit code - ran `/nix/store/gd29d0p765hn7vy9772x64f9i3nfi3lw-dico-2.5/bin/dicod -V` and found version 2.5 - ran `/nix/store/gd29d0p765hn7vy9772x64f9i3nfi3lw-dico-2.5/bin/dicod --version` and found version 2.5 - ran `/nix/store/gd29d0p765hn7vy9772x64f9i3nfi3lw-dico-2.5/bin/dico -h` got 0 exit code - ran `/nix/store/gd29d0p765hn7vy9772x64f9i3nfi3lw-dico-2.5/bin/dico --help` got 0 exit code - ran `/nix/store/gd29d0p765hn7vy9772x64f9i3nfi3lw-dico-2.5/bin/dico help` got 0 exit code - ran `/nix/store/gd29d0p765hn7vy9772x64f9i3nfi3lw-dico-2.5/bin/dico -V` and found version 2.5 - ran `/nix/store/gd29d0p765hn7vy9772x64f9i3nfi3lw-dico-2.5/bin/dico --version` and found version 2.5 - found 2.5 with grep in /nix/store/gd29d0p765hn7vy9772x64f9i3nfi3lw-dico-2.5 - found 2.5 in filename of file in /nix/store/gd29d0p765hn7vy9772x64f9i3nfi3lw-dico-2.5
Diffstat (limited to 'pkgs/servers/dico')
-rw-r--r--pkgs/servers/dico/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/servers/dico/default.nix b/pkgs/servers/dico/default.nix
index c530929f79e4..8958daa1a70a 100644
--- a/pkgs/servers/dico/default.nix
+++ b/pkgs/servers/dico/default.nix
@@ -2,11 +2,11 @@
, guile, python, pcre, libffi, groff }:
stdenv.mkDerivation rec {
- name = "dico-2.4";
+ name = "dico-2.5";
src = fetchurl {
url = "mirror://gnu/dico/${name}.tar.xz";
- sha256 = "13m7vahfbdj7hb38bjgd4cmfswavvxrcpppj9n4m4rar3wyzg52g";
+ sha256 = "0szm3z4xvq0pjj8kxl4paq63byamf281kzn1la0cdm5ngavypxxq";
};
hardeningDisable = [ "format" ];