Skip to content

Commit

Permalink
centrifugo: 5.3.2 -> 5.4.0
Browse files Browse the repository at this point in the history
(cherry picked from commit fc8dbe2)
  • Loading branch information
r-ryantm authored and github-actions[bot] committed Jun 2, 2024
1 parent 71f2ba7 commit 1d22d6a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/by-name/ce/centrifugo/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -14,16 +14,16 @@ let
in
buildGoModule rec {
pname = "centrifugo";
version = "5.3.2";
version = "5.4.0";

src = fetchFromGitHub {
owner = "centrifugal";
repo = "centrifugo";
rev = "v${version}";
hash = "sha256-h1aI+dAVL/ToHeSdI41i74Kq2JnvGgv2fI5ffhBIfRM=";
hash = "sha256-sSEainZXgZ26u4J0FXVM8Je1uwDrAOkzLMgrCUtOx74=";
};

vendorHash = "sha256-mtIRbW8aN1PJs/43aaAa141l2VmVdVHY8bnvfV+r0e8=";
vendorHash = "sha256-kPnkuBOcTDuAWD51JGJvgHLj9jn9kHZOfPw/DF64Mn8=";

ldflags = [
"-s"
Expand Down

0 comments on commit 1d22d6a

Please sign in to comment.