convos: 6.24 -> 6.26

(cherry picked from commit 21ba59294db9a3a0e4f7f1b39400a2f53b1d5186)
This commit is contained in:
Stig Palmquist 2021-07-20 19:51:21 +02:00 committed by github-actions[bot]
parent 935e4fafbb
commit 924971d8b8
1 changed files with 2 additions and 2 deletions

View File

@ -6,13 +6,13 @@ with lib;
perlPackages.buildPerlPackage rec {
pname = "convos";
version = "6.24";
version = "6.26";
src = fetchFromGitHub {
owner = "convos-chat";
repo = pname;
rev = "v${version}";
sha256 = "0hrz74fybypkjf9hraknylxrhnz7bhk00pk6wla2wfg8s2798zlx";
sha256 = "1wh3ryhd4b7nanh0yp2nycmhky5afw8lpfx34858p6wfimsv9794";
};
nativeBuildInputs = [ makeWrapper ]