Merge pull request #165826 from matthiasbeyer/update-mutt

mutt: 2.2.1 -> 2.2.2
This commit is contained in:
Michele Guerini Rocco 2022-03-26 23:02:00 +01:00 committed by GitHub
commit 8e911fa04f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -27,11 +27,11 @@ with lib;
stdenv.mkDerivation rec {
pname = "mutt";
version = "2.2.1";
version = "2.2.2";
src = fetchurl {
url = "http://ftp.mutt.org/pub/mutt/${pname}-${version}.tar.gz";
sha256 = "1ddbhwsycfpf430k52l5gggywd09h10hwcwzpydam43c5ga30vdp";
sha256 = "1k0ghbpc4gn3sydbw10xv9djin9grk1pkxdwynrw0iknyc68gphh";
};
patches = optional smimeSupport (fetchpatch {