snappymail: 2.29.1 -> 2.29.2

This commit is contained in:
R. Ryantm 2023-11-16 00:14:25 +00:00 committed by Jörg Thalheim
parent 1860e777ae
commit 00121a338b

@ -7,11 +7,11 @@
stdenv.mkDerivation rec {
pname = "snappymail";
version = "2.29.1";
version = "2.29.2";
src = fetchurl {
url = "https://github.com/the-djmaze/snappymail/releases/download/v${version}/snappymail-${version}.tar.gz";
sha256 = "sha256-ZE17VCrpHlZ4GMc7+DaUyuehKtYWMr7NJFV1hGQ+UsA=";
sha256 = "sha256-f7xjjYy7uPSgssEftXPrfEcNrU6OFlXgwoTTWXgHfUU=";
};
sourceRoot = "snappymail";