Merge pull request #198389 from r-ryantm/auto-update/snappymail

snappymail: 2.19.2 -> 2.19.4
This commit is contained in:
Jörg Thalheim 2022-10-29 07:10:13 +02:00 committed by GitHub
commit 222f94ac3f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,11 +2,11 @@
, dataPath ? "/var/lib/snappymail" }:
stdenv.mkDerivation rec {
pname = "snappymail";
version = "2.19.2";
version = "2.19.4";
src = fetchurl {
url = "https://github.com/the-djmaze/snappymail/releases/download/v${version}/snappymail-${version}.tar.gz";
sha256 = "sha256-nIv70cS+7euRvtarI6DeXNst8a0rLVClYQ7CJubQUBU=";
sha256 = "sha256-XjnNBK/w9aPfG11fVcESIMy1UFAI1j/iAKz1GvZzfq4=";
};
sourceRoot = "snappymail";