Merge pull request #296820 from r-ryantm/auto-update/centrifugo

centrifugo: 5.2.2 -> 5.3.0
This commit is contained in:
Weijia Wang 2024-03-19 21:20:29 +01:00 committed by GitHub
commit f89f1c9a8a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -14,16 +14,16 @@ let
in in
buildGoModule rec { buildGoModule rec {
pname = "centrifugo"; pname = "centrifugo";
version = "5.2.2"; version = "5.3.0";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "centrifugal"; owner = "centrifugal";
repo = "centrifugo"; repo = "centrifugo";
rev = "v${version}"; rev = "v${version}";
hash = "sha256-jBXg4/Uw5pFk1aCNpmHkXeUYrFwZqwtg0zYQ5zkp5QI="; hash = "sha256-QA10JOy/EDzmLgQKnnPOYL5GpxfYjYmtA394JZjdrAo=";
}; };
vendorHash = "sha256-s04XSTs1ISfhezvz8RfcXPlx8cstHXdRBFPIEZlKI7k="; vendorHash = "sha256-fomEiAWIr9Mp0E1kdZlVVSrs2yw3ydMXSmjN/31RzCA=";
ldflags = [ ldflags = [
"-s" "-s"