centrifugo: 6.2.0 -> 6.2.1 (#411575)

This commit is contained in:
Wolfgang Walther 2025-06-01 16:23:09 +00:00 committed by GitHub
commit 84d5eac64d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -16,16 +16,16 @@ let
in in
buildGoModule rec { buildGoModule rec {
pname = "centrifugo"; pname = "centrifugo";
version = "6.2.0"; version = "6.2.1";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "centrifugal"; owner = "centrifugal";
repo = "centrifugo"; repo = "centrifugo";
rev = "v${version}"; rev = "v${version}";
hash = "sha256-DCtUw/0EWJcgQSBd/csbgoi1ncN1LnLJZvfv3AZyW0o="; hash = "sha256-KDV63hSnW06J7doYVvfWpN6ZtCb4erCH/d62Yj0owRw=";
}; };
vendorHash = "sha256-35RmwI5Qy50jgUAjOz0UlE7CgjVuDiwFfG3uYafr1O4="; vendorHash = "sha256-HNmYly8LtghD/HEIYshjfanwPG0Jw3kqDoGakE9w0yY=";
ldflags = [ ldflags = [
"-s" "-s"