convos: 4.33 -> 4.40

gstqt5
Stig Palmquist 2020-09-23 13:11:00 +02:00
parent b7c64a1886
commit 88c34acae3
No known key found for this signature in database
GPG Key ID: DA4C335C11D70DA7
1 changed files with 2 additions and 2 deletions

View File

@ -6,13 +6,13 @@ with stdenv.lib;
perlPackages.buildPerlPackage rec {
pname = "convos";
version = "4.33";
version = "4.40";
src = fetchFromGitHub {
owner = "Nordaaker";
repo = pname;
rev = version;
sha256 = "0mxq4jpjk4vvhi5lqslj614dvk84iq12rsdyykxr8h9cnjjs57im";
sha256 = "0yyykr86d494xq1ga5ncr6jmdf0ny1r4gm0wzwn49bxn2x1l0xck";
};
nativeBuildInputs = [ makeWrapper ]