snappymail: 2.20.6 -> 2.21.0

This commit is contained in:
R. Ryantm 2022-11-12 21:03:10 +00:00
parent edaccfb61a
commit 7f2df6d79d

View File

@ -2,11 +2,11 @@
, dataPath ? "/var/lib/snappymail" }:
stdenv.mkDerivation rec {
pname = "snappymail";
version = "2.20.6";
version = "2.21.0";
src = fetchurl {
url = "https://github.com/the-djmaze/snappymail/releases/download/v${version}/snappymail-${version}.tar.gz";
sha256 = "sha256-xALHgE+N/X2YqGd3qZxAiZF1onzO/FVfxSbwjAaep/A=";
sha256 = "sha256-rJRNSlzGPNRFsvloTatB0o9uumbp18I15L5G6ms47EM=";
};
sourceRoot = "snappymail";