sogo: 5.10.0 -> 5.11.0

This commit is contained in:
Jan Christoph Ebersbach 2024-09-25 12:42:42 +09:00
parent 84bd184f81
commit 6bf2f1589c
No known key found for this signature in database
GPG Key ID: 444912B0B381009F

View File

@ -5,14 +5,14 @@
, libwbxml }:
gnustep.stdenv.mkDerivation rec {
pname = "sogo";
version = "5.10.0";
version = "5.11.0";
# always update the sope package as well, when updating sogo
src = fetchFromGitHub {
owner = "Alinto";
repo = pname;
rev = "SOGo-${version}";
hash = "sha256-ZmpOI1zk/TkRNFmwTXugVb9IvxYSP4LgNrApSytdI7s=";
hash = "sha256-2/0OaCAQkdnDPGOVERZs2Oz+bCpQN3MTLzp2pz0WB08=";
};
nativeBuildInputs = [ gnustep.make makeWrapper python3 pkg-config ];
@ -77,7 +77,7 @@ gnustep.stdenv.mkDerivation rec {
license = with licenses; [ gpl2Only lgpl21Only ];
homepage = "https://sogo.nu/";
platforms = platforms.linux;
maintainers = [ ];
maintainers = with maintainers; [ jceb ];
};
}