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

snappymail: 2.17.0 -> 2.17.2
This commit is contained in:
Jonas Heinrich 2022-08-19 11:59:11 +02:00 committed by GitHub
commit f758006e8b
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.17.0";
version = "2.17.2";
src = fetchurl {
url = "https://github.com/the-djmaze/snappymail/releases/download/v${version}/snappymail-${version}.tar.gz";
sha256 = "sha256-Z8By/X4IheOyCT7F4KArBN+CFUTcSn0VZchcYhAJsCU=";
sha256 = "sha256-CKUVi0M9DhhfJRQQIq6gLGspta0BcEK1VpIolhGs3a0=";
};
sourceRoot = "snappymail";