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

Commits on Jan 22, 2021

  1. mutt: 2.0.4 -> 2.0.5

    Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
    matthiasbeyer committed Jan 22, 2021
    Copy the full SHA
    3609a43 View commit details
  2. Merge pull request #110449 from matthiasbeyer/update-mutt

    mutt: 2.0.4 -> 2.0.5
    rnhmjoj authored Jan 22, 2021
    Copy the full SHA
    1bf54f0 View commit details
Showing with 2 additions and 2 deletions.
  1. +2 −2 pkgs/applications/networking/mailreaders/mutt/default.nix
4 changes: 2 additions & 2 deletions pkgs/applications/networking/mailreaders/mutt/default.nix
Original file line number Diff line number Diff line change
@@ -27,11 +27,11 @@ with lib;

stdenv.mkDerivation rec {
pname = "mutt";
version = "2.0.4";
version = "2.0.5";

src = fetchurl {
url = "http://ftp.mutt.org/pub/mutt/${pname}-${version}.tar.gz";
sha256 = "1m4ig69qw4g3lhm4351snmy5i0ch65fqc9vqqdybr6jy21w7w225";
sha256 = "0k80s27sf7djb7zxj81ihksr8jkr71mfaa8976fzh41i1pn5l7g2";
};

patches = optional smimeSupport (fetchpatch {