Merge pull request #300535 from r-ryantm/auto-update/snappymail

snappymail: 2.35.4 -> 2.36.0
This commit is contained in:
Peder Bergebakken Sundt 2024-04-06 17:55:36 +02:00 committed by GitHub
commit 985693ec75
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
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";