profanity 0.10.0 -> 0.11.0

This commit is contained in:
devhell 2021-07-18 16:17:03 +01:00
parent a0fe575c2c
commit 9d86dc113d

View file

@ -21,13 +21,13 @@ with lib;
stdenv.mkDerivation rec {
pname = "profanity";
version = "0.10.0";
version = "0.11.0";
src = fetchFromGitHub {
owner = "profanity-im";
repo = "profanity";
rev = version;
sha256 = "0a9rzhnivxcr8v02xxzrbck7pvvv4c66ap2zy0gzxhri5p8ac03r";
sha256 = "0xmzsh0szm8x3hgw65j0cd2bp8cmrnq5pjz49lqajircyzflsngm";
};
patches = [