unpoller: 2.11.1 -> 2.11.2

This commit is contained in:
R. Ryantm 2024-04-20 04:13:56 +00:00
parent c6d6ab9c08
commit 914ee7de48
1 changed files with 3 additions and 3 deletions

View File

@ -6,16 +6,16 @@
buildGoModule rec {
pname = "unpoller";
version = "2.11.1";
version = "2.11.2";
src = fetchFromGitHub {
owner = "unpoller";
repo = "unpoller";
rev = "v${version}";
hash = "sha256-ZCNXwq0kSfXOqF7QktHg1Yw7gqUXkccCgLIs7GTZnuw=";
hash = "sha256-/X2hCtF38X0twHsHSjpf23Mdz9aK43z3jhWbfkUo0kQ=";
};
vendorHash = "sha256-VK0ekEBHn0O41MgxhuPzueF6FazKiipL0OQRVPco3uk=";
vendorHash = "sha256-d7kkdiGMT3bN1dfNo8m+zp3VY8kaZM2BWO3B3iAdUQY=";
ldflags = [
"-w" "-s"