Merge pull request #188898 from r-ryantm/auto-update/snappymail
snappymail: 2.17.2 -> 2.17.3
This commit is contained in:
commit
37d145eafc
1 changed files with 2 additions and 2 deletions
|
@ -2,11 +2,11 @@
|
|||
, dataPath ? "/var/lib/snappymail" }:
|
||||
stdenv.mkDerivation rec {
|
||||
pname = "snappymail";
|
||||
version = "2.17.2";
|
||||
version = "2.17.3";
|
||||
|
||||
src = fetchurl {
|
||||
url = "https://github.com/the-djmaze/snappymail/releases/download/v${version}/snappymail-${version}.tar.gz";
|
||||
sha256 = "sha256-CKUVi0M9DhhfJRQQIq6gLGspta0BcEK1VpIolhGs3a0=";
|
||||
sha256 = "sha256-Ajbii8Amd5ziNNbYccL1nM0Yqbo3xF1XOByAebpEMuk=";
|
||||
};
|
||||
|
||||
sourceRoot = "snappymail";
|
||||
|
|
Loading…
Reference in a new issue