profanity: 0.16.0 -> 0.17.0 (#503744)

This commit is contained in:
Stanisław Pitucha
2026-03-28 06:33:08 +00:00
committed by GitHub
@@ -39,13 +39,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "profanity";
version = "0.16.0";
version = "0.17.0";
src = fetchFromGitHub {
owner = "profanity-im";
repo = "profanity";
rev = finalAttrs.version;
hash = "sha256-/1ae2+iY01C0TyrvviZIcwUQDJvr2qq2DM0GVbjoynI=";
hash = "sha256-fZFLEkbwiYeAtnqDOImV8aXbYGMqO9TEcXPFMuchJaE=";
};
patches = [