Skip to content

Commit

Permalink
snappymail: 2.37.3 -> 2.38.0 (#342420)
Browse files Browse the repository at this point in the history
  • Loading branch information
Mic92 committed Sep 17, 2024
2 parents dd9ab4c + 3855287 commit 59433b0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/servers/snappymail/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@

stdenv.mkDerivation rec {
pname = "snappymail";
version = "2.37.3";
version = "2.38.0";

src = fetchurl {
url = "https://github.com/the-djmaze/snappymail/releases/download/v${version}/snappymail-${version}.tar.gz";
sha256 = "sha256-Fa6VbWPROkdVS8wHkXYCNR+DiBR6SqvfmrjGVlhhkwU=";
sha256 = "sha256-RoyV/dbhFGyiAV9LB09EIHAbZOiu11KeTeiPJRmFRwE=";
};

sourceRoot = "snappymail";
Expand Down

0 comments on commit 59433b0

Please sign in to comment.