msmtp: 1.8.3 -> 1.8.4

https://marlam.de/msmtp/news/msmtp-1-8-4/

Drop unnecessary `name = ..` as well.
This commit is contained in:
Will Dietz 2019-04-24 19:27:08 -05:00
parent 12b82b1a06
commit 030efbb1d8

View File

@ -9,12 +9,11 @@ let
in stdenv.mkDerivation rec {
pname = "msmtp";
name = "${pname}-${version}";
version = "1.8.3";
version = "1.8.4";
src = fetchurl {
url = "https://marlam.de/msmtp/releases/${name}.tar.xz";
sha256 = "1d4jdgrx4czp66nnwdsy938lzr4llhwyy0715pwg0j6h6gyyxciw";
url = "https://marlam.de/${pname}/releases/${pname}-${version}.tar.xz";
sha256 = "1xr926lyy44baqdgv9q0sw5z6ll2cb4lx2g4lgpgbqn8bglpzpg5";
};
patches = [