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

snappymail: 2.19.4 -> 2.20.6
This commit is contained in:
Jörg Thalheim 2022-11-10 13:51:50 +01:00 committed by GitHub
commit 94cbd05457
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.4";
version = "2.20.6";
src = fetchurl {
url = "https://github.com/the-djmaze/snappymail/releases/download/v${version}/snappymail-${version}.tar.gz";
sha256 = "sha256-XjnNBK/w9aPfG11fVcESIMy1UFAI1j/iAKz1GvZzfq4=";
sha256 = "sha256-xALHgE+N/X2YqGd3qZxAiZF1onzO/FVfxSbwjAaep/A=";
};
sourceRoot = "snappymail";