Merge pull request #187180 from r-ryantm/auto-update/sogo

sogo: 5.7.0 -> 5.8.0
This commit is contained in:
ajs124 2023-02-02 19:08:14 +01:00 committed by GitHub
commit 9f7312aebe
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

View File

@ -3,13 +3,13 @@
gnustep.stdenv.mkDerivation rec {
pname = "sope";
version = "5.7.0";
version = "5.8.0";
src = fetchFromGitHub {
owner = "inverse-inc";
repo = pname;
rev = "SOPE-${version}";
sha256 = "sha256-mS685NOB6IN3a5tE3yr+VUq55Ouc5af9aJ2wTfGsAlo=";
hash = "sha256-sXIpKdJ5930+W+FsxQ8DZOq/49XWMM1zV8dIzbQdcbc=";
};
hardeningDisable = [ "format" ];

View File

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