lol
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

msmtp: 1.8.30 -> 1.8.31

R. Ryantm 27a31115 9f0eb337

+2 -2
+2 -2
pkgs/by-name/ms/msmtp/package.nix
··· 31 31 let 32 32 inherit (lib) getBin getExe optionals; 33 33 34 - version = "1.8.30"; 34 + version = "1.8.31"; 35 35 36 36 src = fetchFromGitHub { 37 37 owner = "marlam"; 38 38 repo = "msmtp"; 39 39 rev = "msmtp-${version}"; 40 - hash = "sha256-aM2qId08zvT9LbncCQYHsklbvHVtcZJgr91JTjwpQ/0="; 40 + hash = "sha256-5PWwHyNEpF+eDMmvqJIHGdje70fCH5pLXGi5Jkjg2OA="; 41 41 }; 42 42 43 43 meta = with lib; {