Merge pull request #104242 from r-ryantm/auto-update/msmtp

msmtp: 1.8.12 -> 1.8.13
This commit is contained in:
Martin Weinelt 2020-11-20 01:53:34 +01:00 committed by GitHub
commit d98c4c2216
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -9,11 +9,11 @@ let
in stdenv.mkDerivation rec {
pname = "msmtp";
version = "1.8.12";
version = "1.8.13";
src = fetchurl {
url = "https://marlam.de/${pname}/releases/${pname}-${version}.tar.xz";
sha256 = "0m33m5bc7ajmgy7vivnzj3mhybg37259hx79xypj769kfyafyvx8";
sha256 = "1fcv99nis7c6yc63n04cncjysv9jndrp469gcfxh54aiinmlbadd";
};
patches = [