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

snappymail: 2.18.5 -> 2.18.6
This commit is contained in:
Jörg Thalheim 2022-10-14 09:59:00 +02:00 committed by GitHub
commit 4cc0640ede
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.18.5";
version = "2.18.6";
src = fetchurl {
url = "https://github.com/the-djmaze/snappymail/releases/download/v${version}/snappymail-${version}.tar.gz";
sha256 = "sha256-JfKxeXLlK4n2BQwJa2JV5VHtNfW6W9cdd+9W+MnxZZo=";
sha256 = "sha256-BoRumpU9HjkNDr113LvIGmpsLlRJtAmGhSBcUoGO8Vc=";
};
sourceRoot = "snappymail";