sope: 5.7.0 -> 5.8.0

This commit is contained in:
ajs124 2023-02-02 17:39:12 +01:00
parent 2d2bbe40a4
commit c5b108d8b5

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" ];