diff --git a/flake.lock b/flake.lock index 045ae9d..1557e41 100644 --- a/flake.lock +++ b/flake.lock @@ -319,14 +319,14 @@ "nextcloud-snappymail": { "flake": false, "locked": { - "lastModified": 1703608727, - "narHash": "sha256-o4UghtYKc3Bh9IoKnOwjHCIKHt6tZ5vPdLjHFpIPmE0=", + "lastModified": 1714063170, + "narHash": "sha256-CsAUnbA/9XiVuk96pOK+E++lp8BlJITtfExWcb9rqPk=", "type": "tarball", - "url": "https://snappymail.eu/repository/nextcloud/snappymail-2.32.0-nextcloud.tar.gz" + "url": "https://snappymail.eu/repository/nextcloud/snappymail-2.36.1-nextcloud.tar.gz" }, "original": { "type": "tarball", - "url": "https://snappymail.eu/repository/nextcloud/snappymail-2.32.0-nextcloud.tar.gz" + "url": "https://snappymail.eu/repository/nextcloud/snappymail-2.36.1-nextcloud.tar.gz" } }, "nix2vim": { diff --git a/flake.nix b/flake.nix index 8348327..bb2cbad 100644 --- a/flake.nix +++ b/flake.nix @@ -199,7 +199,7 @@ }; nextcloud-snappymail = { # https://github.com/the-djmaze/snappymail/releases - url = "https://snappymail.eu/repository/nextcloud/snappymail-2.32.0-nextcloud.tar.gz"; + url = "https://snappymail.eu/repository/nextcloud/snappymail-2.36.1-nextcloud.tar.gz"; flake = false; }; };