Merge pull request #186085 from r-ryantm/auto-update/eggdrop

This commit is contained in:
Martin Weinelt 2022-08-12 12:46:37 +02:00 committed by GitHub
commit edef2536f1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "eggdrop";
version = "1.9.1";
version = "1.9.3";
src = fetchFromGitHub {
owner = "eggheads";
repo = "eggdrop";
rev = "v${version}";
sha256 = "sha256-vh8nym7aYeTRUQ7FBZRy4ToG2ajwRDhzi4jNiJQOEyQ=";
sha256 = "sha256-BYPDIPn1nuVhnPjs2vZ6KC6pjBVYDWsRjB8c1Z6UUdE=";
};
buildInputs = [ tcl ];