Skip to content

Commit

Permalink
eggdrop: 1.6.21-nix1 -> 1.8.4
Browse files Browse the repository at this point in the history
  • Loading branch information
mmahut committed Feb 12, 2020
1 parent 91801c0 commit b4749d2
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions pkgs/tools/networking/eggdrop/default.nix
@@ -1,14 +1,14 @@
{ stdenv, fetchFromGitHub, tcl }:

stdenv.mkDerivation {
stdenv.mkDerivation rec {
pname = "eggdrop";
version = "1.6.21-nix1";
version = "1.8.4";

src = fetchFromGitHub {
owner = "eggheads";
repo = "eggdrop";
rev = "9ec109a13c016c4cdc7d52b7e16e4b9b6fbb9331";
sha256 = "0mf1vcbmpnvmf5mxk7gi3z32fxpcbynsh9jni8z8frrscrdf5lp5";
rev = "v${version}";
sha256 = "0xqdrv4ydxw72a740lkmpg3fs7ldicaf08b0sfqdyaj7cq8l5x5l";
};

buildInputs = [ tcl ];
Expand All @@ -32,7 +32,7 @@ stdenv.mkDerivation {
meta = with stdenv.lib; {
license = licenses.gpl2;
platforms = platforms.unix;
homepage = http://www.eggheads.org;
homepage = "http://www.eggheads.org";
description = "An Internet Relay Chat (IRC) bot";
};
}

0 comments on commit b4749d2

Please sign in to comment.