Merge pull request #109865 from r-ryantm/auto-update/igmpproxy

igmpproxy: 0.2.1 -> 0.3
This commit is contained in:
Sandro 2021-01-19 14:42:18 +01:00 committed by GitHub
commit ec3c0d8360
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "igmpproxy";
version = "0.2.1";
version = "0.3";
src = fetchFromGitHub {
owner = "pali";
repo = "igmpproxy";
rev = version;
sha256 = "13zn4q24drbhpqmcmqh1jg7ind5iqn11wj3xvczlc8w35vyqssyf";
sha256 = "sha256-B7mq+5pKWMO4dJeFPB7tiyjDQjj90g/kmYB2ApBE3Ic=";
};
nativeBuildInputs = [ autoreconfHook ];