Unverified Commit 69e181e5 authored by Colin's avatar Colin Committed by GitHub
Browse files

profanity: 0.15.1 -> 0.16.0 (#493317)

parents 14c44b90 d70bb458
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -39,13 +39,13 @@

stdenv.mkDerivation (finalAttrs: {
  pname = "profanity";
  version = "0.15.1";
  version = "0.16.0";

  src = fetchFromGitHub {
    owner = "profanity-im";
    repo = "profanity";
    rev = finalAttrs.version;
    hash = "sha256-h+R+hasc45NZOneuqZ+z+yjfpsPm317OXq0LYe3t+cQ=";
    hash = "sha256-/1ae2+iY01C0TyrvviZIcwUQDJvr2qq2DM0GVbjoynI=";
  };

  patches = [