profanity: 0.13.1 → 0.14.0

Release on Microsoft™ GitHub™: https://github.com/profanity-im/profanity/releases/tag/0.14.0
This commit is contained in:
toastal 2023-08-05 13:11:12 +07:00
parent 67fd84ef62
commit d7fcdbc1de

View file

@ -28,13 +28,13 @@
stdenv.mkDerivation rec {
pname = "profanity";
version = "0.13.1";
version = "0.14.0";
src = fetchFromGitHub {
owner = "profanity-im";
repo = "profanity";
rev = version;
hash = "sha256-A9ZgHliLb4v/3W5tm5zD0WN8mRmxLE/MUSTBXGvBCCM=";
hash = "sha256-u/mp+vtMj602LfrulA+nhLNH8K6sqKIOuPJzhZusVmE=";
};
patches = [