snappymail: 2.28.3 -> 2.28.4

This commit is contained in:
R. Ryantm 2023-07-17 06:50:49 +00:00
parent 79d1725759
commit 1f18836f68

View File

@ -7,11 +7,11 @@
stdenv.mkDerivation rec {
pname = "snappymail";
version = "2.28.3";
version = "2.28.4";
src = fetchurl {
url = "https://github.com/the-djmaze/snappymail/releases/download/v${version}/snappymail-${version}.tar.gz";
sha256 = "sha256-N7g0xP0ibJWuzp1zNALw/GdZseLwzQnX4H9W0UJsBaU=";
sha256 = "sha256-tXP7jxpqBASNShNe9rHiewSgdW/KgkH80V24VgJlXZE=";
};
sourceRoot = "snappymail";