mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 23:03:40 +01:00
Merge pull request #195022 from r-ryantm/auto-update/snappymail
snappymail: 2.18.4 -> 2.18.5
This commit is contained in:
commit
69d5741145
1 changed files with 2 additions and 2 deletions
|
@ -2,11 +2,11 @@
|
|||
, dataPath ? "/var/lib/snappymail" }:
|
||||
stdenv.mkDerivation rec {
|
||||
pname = "snappymail";
|
||||
version = "2.18.4";
|
||||
version = "2.18.5";
|
||||
|
||||
src = fetchurl {
|
||||
url = "https://github.com/the-djmaze/snappymail/releases/download/v${version}/snappymail-${version}.tar.gz";
|
||||
sha256 = "sha256-DROYIX6EngVjcS5WWf/svFE9AQ2kOruwGpM0qF8wQf8=";
|
||||
sha256 = "sha256-JfKxeXLlK4n2BQwJa2JV5VHtNfW6W9cdd+9W+MnxZZo=";
|
||||
};
|
||||
|
||||
sourceRoot = "snappymail";
|
||||
|
|
Loading…
Reference in a new issue