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:
parent
1ac4319bcc
commit
c87ec93392
|
@ -22,13 +22,13 @@ with stdenv.lib;
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "profanity";
|
pname = "profanity";
|
||||||
version = "0.7.1";
|
version = "0.8.1";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "profanity-im";
|
owner = "profanity-im";
|
||||||
repo = "profanity";
|
repo = "profanity";
|
||||||
rev = version;
|
rev = version;
|
||||||
sha256 = "1mcgr86wqyzqx7mqxfkk2jwx6cgnvrky3zi4v1ww0lh6j05wj9gf";
|
sha256 = "0fg5xcdlvhsi7a40w4jcxyj7m7wl42jy1cvsa8fi2gb6g9y568k8";
|
||||||
};
|
};
|
||||||
|
|
||||||
patches = [ ./patches/packages-osx.patch ./patches/undefined-macros.patch ];
|
patches = [ ./patches/packages-osx.patch ./patches/undefined-macros.patch ];
|
||||||
|
|
Loading…
Reference in New Issue