profanity: 0.7.1 -> 0.8.1

Changelog available at:
https://github.com/profanity-im/profanity/releases/tag/0.8.1
This commit is contained in:
devhell 2020-02-13 14:54:32 +00:00 committed by Jon
parent 1ac4319bcc
commit c87ec93392

View file

@ -22,13 +22,13 @@ with stdenv.lib;
stdenv.mkDerivation rec {
pname = "profanity";
version = "0.7.1";
version = "0.8.1";
src = fetchFromGitHub {
owner = "profanity-im";
repo = "profanity";
rev = version;
sha256 = "1mcgr86wqyzqx7mqxfkk2jwx6cgnvrky3zi4v1ww0lh6j05wj9gf";
sha256 = "0fg5xcdlvhsi7a40w4jcxyj7m7wl42jy1cvsa8fi2gb6g9y568k8";
};
patches = [ ./patches/packages-osx.patch ./patches/undefined-macros.patch ];