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

snappymail: 2.27.3 -> 2.28.1
This commit is contained in:
Jörg Thalheim 2023-06-12 04:41:06 +01:00 committed by GitHub
commit 95a1354eb3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -7,11 +7,11 @@
stdenv.mkDerivation rec {
pname = "snappymail";
version = "2.27.3";
version = "2.28.1";
src = fetchurl {
url = "https://github.com/the-djmaze/snappymail/releases/download/v${version}/snappymail-${version}.tar.gz";
sha256 = "sha256-NSTTWAMyBl0WQg1bEAIUWlUMdnz1yn7JLc5NAENi62M=";
sha256 = "sha256-et3KuILHNPUMaqgOffMh1w73h0ThUbc/lR82pFaG6rM=";
};
sourceRoot = "snappymail";