sogo: 5.7.0 -> 5.8.0

This commit is contained in:
R. Ryantm 2022-12-05 02:40:24 +00:00 committed by ajs124
parent a9cadfb7b8
commit 2d2bbe40a4

View File

@ -5,13 +5,13 @@
, libwbxml }: , libwbxml }:
gnustep.stdenv.mkDerivation rec { gnustep.stdenv.mkDerivation rec {
pname = "SOGo"; pname = "SOGo";
version = "5.7.0"; version = "5.8.0";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "inverse-inc"; owner = "inverse-inc";
repo = pname; repo = pname;
rev = "SOGo-${version}"; rev = "SOGo-${version}";
hash = "sha256-3Xy0y1sdixy4gXhzhP9mfWeaDmOVJty+X95xCyxayPE="; hash = "sha256-lHUEV5yYLs3oc8Arl3KX8G/OEAoLmS7pRLCGsRAJAr4=";
}; };
nativeBuildInputs = [ gnustep.make makeWrapper python3 pkg-config ]; nativeBuildInputs = [ gnustep.make makeWrapper python3 pkg-config ];