Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 8d6490bda1e4
Choose a base ref
...
head repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 8bee129f4805
Choose a head ref
  • 2 commits
  • 1 file changed
  • 2 contributors

Commits on Nov 22, 2016

  1. dico: 2.3 -> 2.4

    lsix committed Nov 22, 2016
    Copy the full SHA
    3bfed00 View commit details

Commits on Nov 28, 2016

  1. Merge pull request #20627 from lsix/update_dico

    dico: 2.3 -> 2.4
    grahamc authored Nov 28, 2016
    Copy the full SHA
    8bee129 View commit details
Showing with 2 additions and 2 deletions.
  1. +2 −2 pkgs/servers/dico/default.nix
4 changes: 2 additions & 2 deletions pkgs/servers/dico/default.nix
Original file line number Diff line number Diff line change
@@ -2,11 +2,11 @@
, guile, python, pcre, libffi, groff }:

stdenv.mkDerivation rec {
name = "dico-2.3";
name = "dico-2.4";

src = fetchurl {
url = "mirror://gnu/dico/${name}.tar.xz";
sha256 = "13by0zimx90v2j8v7n4k9y3xwmh4q9jdc2f4f8yjs3x7f5bzm2pk";
sha256 = "13m7vahfbdj7hb38bjgd4cmfswavvxrcpppj9n4m4rar3wyzg52g";
};

hardeningDisable = [ "format" ];