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

Commits on Aug 3, 2019

  1. claws-mail: 3.17.3 -> 3.17.4

    Semi-automatic update generated by
    https://github.com/ryantm/nixpkgs-update tools. This update was made
    based on information from
    https://repology.org/metapackage/claws-mail/versions
    r-ryantm committed Aug 3, 2019
    Copy the full SHA
    bd9c8e4 View commit details

Commits on Aug 4, 2019

  1. Merge pull request #65884 from r-ryantm/auto-update/claws-mail

    claws-mail: 3.17.3 -> 3.17.4
    mmahut authored Aug 4, 2019
    Copy the full SHA
    25b5c50 View commit details
Showing with 2 additions and 2 deletions.
  1. +2 −2 pkgs/applications/networking/mailreaders/claws-mail/default.nix
Original file line number Diff line number Diff line change
@@ -31,11 +31,11 @@ with stdenv.lib;

stdenv.mkDerivation rec {
name = "claws-mail-${version}";
version = "3.17.3";
version = "3.17.4";

src = fetchurl {
url = "http://www.claws-mail.org/download.php?file=releases/claws-mail-${version}.tar.xz";
sha256 = "1wnj6c9cbmhphs2l6wfvndkk2g08rmxw0sl2c8k1k008dxd1ykjh";
sha256 = "00mfhaac16sv67rwiq98hr4nl5zmd1h2afswwwksdcsi3q9x23jr";
};

outputs = [ "out" "dev" ];