sope: 5.0.1 -> 5.1.1

(cherry picked from commit 2e10f973b51c970b6b2aa3f59f8f9501abff80e2)
This commit is contained in:
Thomas Gerbet 2021-06-15 11:17:02 +02:00 committed by github-actions[bot]
parent 9ec98998e2
commit df5b0a3a8e
1 changed files with 2 additions and 2 deletions

View File

@ -4,13 +4,13 @@ with lib;
gnustep.stdenv.mkDerivation rec {
pname = "sope";
version = "5.0.1";
version = "5.1.1";
src = fetchFromGitHub {
owner = "inverse-inc";
repo = pname;
rev = "SOPE-${version}";
sha256 = "031m8ydr4jhh29332mfbsw0i5d0cjfqfyfs55jm832dlmv4447gb";
sha256 = "0pap7c38kgadyp1a6qkmf9xhk69ybpmhfd4kc2n5nafhdbvks985";
};
hardeningDisable = [ "format" ];