eggdrop: 1.9.4 -> 1.9.5

This commit is contained in:
R. Ryantm 2023-03-29 02:37:08 +00:00
parent ed65ee50e0
commit b1baf0ab32

View file

@ -2,11 +2,11 @@
stdenv.mkDerivation rec {
pname = "eggdrop";
version = "1.9.4";
version = "1.9.5";
src = fetchurl {
url = "https://ftp.eggheads.org/pub/eggdrop/source/${lib.versions.majorMinor version}/eggdrop-${version}.tar.gz";
hash = "sha256-DCh+N+h7XBidScnl2I9cwzhsmMB0MdPmAzgDwYkCltE=";
hash = "sha256-4mkY6opk2YV1ecW2DGYaM38gdz7dgwhrNWUlvrWBc2o=";
};
buildInputs = [ tcl ];