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: 5a69756860da
Choose a base ref
...
head repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 357a5c6472a8
Choose a head ref
  • 2 commits
  • 1 file changed
  • 2 contributors

Commits on Apr 5, 2020

  1. dict: 1.12.1 -> 1.13.0

    r-ryantm committed Apr 5, 2020

    Verified

    This commit was signed with the committer’s verified signature. The key has expired.
    ondrejmirtes Ondřej Mirtes
    Copy the full SHA
    002b16d View commit details

Commits on Apr 6, 2020

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

    dict: 1.12.1 -> 1.13.0
    marsam authored Apr 6, 2020

    Verified

    This commit was signed with the committer’s verified signature. The key has expired.
    ondrejmirtes Ondřej Mirtes
    Copy the full SHA
    357a5c6 View commit details
Showing with 2 additions and 2 deletions.
  1. +2 −2 pkgs/servers/dict/default.nix
4 changes: 2 additions & 2 deletions pkgs/servers/dict/default.nix
Original file line number Diff line number Diff line change
@@ -2,11 +2,11 @@

stdenv.mkDerivation rec {
pname = "dictd";
version = "1.12.1";
version = "1.13.0";

src = fetchurl {
url = "mirror://sourceforge/dict/dictd-${version}.tar.gz";
sha256 = "0min6v60b6z5mrymyjfwzx8nv6rdm8pd8phlwl6v2jl5vkngcdx2";
sha256 = "1r413a78sa3mcrgddgdj1za34dj6mnd4dg66csqv2yz8fypm3fpf";
};

buildInputs = [ libmaa zlib ];