Merge pull request #172433 from devhell/bump-profanity

profanity: 0.12.0 -> 0.12.1

authored by Artturi and committed by GitHub 84f1dcef f8204b93

+2 -2
+2 -2
pkgs/applications/networking/instant-messengers/profanity/default.nix
··· 28 28 29 29 stdenv.mkDerivation rec { 30 30 pname = "profanity"; 31 - version = "0.12.0"; 31 + version = "0.12.1"; 32 32 33 33 src = fetchFromGitHub { 34 34 owner = "profanity-im"; 35 35 repo = "profanity"; 36 36 rev = version; 37 - hash = "sha256-kmixWp9Q2tMVp+tk5kbTdBfgRNghKk3+48L582hqlm8="; 37 + hash = "sha256-yUiiww8yhymdqR6CITRnItxZhfpZiEbu1WyD8bDW+vc="; 38 38 }; 39 39 40 40 patches = [