Merge pull request #276266 from r-ryantm/auto-update/snappymail
snappymail: 2.29.4 -> 2.31.0
This commit is contained in:
commit
a2c4338855
1 changed files with 2 additions and 2 deletions
|
@ -7,11 +7,11 @@
|
|||
|
||||
stdenv.mkDerivation rec {
|
||||
pname = "snappymail";
|
||||
version = "2.29.4";
|
||||
version = "2.31.0";
|
||||
|
||||
src = fetchurl {
|
||||
url = "https://github.com/the-djmaze/snappymail/releases/download/v${version}/snappymail-${version}.tar.gz";
|
||||
sha256 = "sha256-dWWwBee7pfYMo8trX9KnqNaMw+CZe8svj/pjmZnl/qo=";
|
||||
sha256 = "sha256-5fDHXoa8ra+VDrViG7Xu9yQSAN/a3lL+rz0rVAmCD/0=";
|
||||
};
|
||||
|
||||
sourceRoot = "snappymail";
|
||||
|
|
Loading…
Reference in a new issue