snappymail: 2.35.4 -> 2.36.0

This commit is contained in:
R. Ryantm 2024-03-31 19:28:37 +00:00
parent 0a08741184
commit 6d2a2e0bcb
1 changed files with 2 additions and 2 deletions

View File

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