Skip to content

Commit

Permalink
convos: 4.40 -> 5.00
Browse files Browse the repository at this point in the history
  • Loading branch information
stigtsp committed Nov 19, 2020
1 parent 300846f commit b2a5ce6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/applications/networking/irc/convos/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@ with stdenv.lib;

perlPackages.buildPerlPackage rec {
pname = "convos";
version = "4.40";
version = "5.00";

src = fetchFromGitHub {
owner = "Nordaaker";
repo = pname;
rev = version;
sha256 = "0yyykr86d494xq1ga5ncr6jmdf0ny1r4gm0wzwn49bxn2x1l0xck";
sha256 = "0mdbh9q1vclwgnjwvb3z637s7v804h65zxazbhmd7qi3zislnhg1";
};

nativeBuildInputs = [ makeWrapper ]
Expand Down

0 comments on commit b2a5ce6

Please sign in to comment.