snappymail: 2.35.2 -> 2.35.4

This commit is contained in:
R. Ryantm 2024-03-16 21:35:43 +00:00
parent 9d77cc0d53
commit cafe284425
1 changed files with 2 additions and 2 deletions

View File

@ -7,11 +7,11 @@
stdenv.mkDerivation rec {
pname = "snappymail";
version = "2.35.2";
version = "2.35.4";
src = fetchurl {
url = "https://github.com/the-djmaze/snappymail/releases/download/v${version}/snappymail-${version}.tar.gz";
sha256 = "sha256-aEM1In7BmtiPy0xOgUV6sIvMnX6fac4mSErr7dB2gRU=";
sha256 = "sha256-l75s2ntZM/eqoFqw8bMkmxwPBvOFwf2Y8TpSsyzu3cU=";
};
sourceRoot = "snappymail";