unpoller: 2.7.14 -> 2.7.20

This commit is contained in:
Sergei Lukianov 2023-07-20 13:59:59 -07:00
parent f7bb884c13
commit f8b4de3f94

View file

@ -6,16 +6,16 @@
buildGoModule rec {
pname = "unpoller";
version = "2.7.14";
version = "2.7.20";
src = fetchFromGitHub {
owner = "unpoller";
repo = "unpoller";
rev = "v${version}";
hash = "sha256-rIAqR13TKHv4i7n8s7QehFlU4C3z/Cgw8lQaKFZcCt0=";
hash = "sha256-6uH437q3a77c+7tH7VdYmdON+M7z4gqY/Wvj1XyT9c8=";
};
vendorHash = "sha256-fPUwMQQK8D0FA/X4E0yFEIP2ZO0iwyVapYctGCKyMjk=";
vendorHash = "sha256-XclpyB1IBKD/ALn0nbmTugiVlf5GCca+NF2/7uVTHKs=";
ldflags = [
"-w" "-s"