Skip to content

Commit

Permalink
gate: 0.41.0 -> 0.42.0 (#351741)
Browse files Browse the repository at this point in the history
  • Loading branch information
NickCao authored Oct 28, 2024
2 parents e619d47 + c04aa66 commit fe5583f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/by-name/ga/gate/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

let
pname = "gate";
version = "0.41.0";
version = "0.42.0";
in
buildGoModule {
inherit pname version;
Expand All @@ -14,10 +14,10 @@ buildGoModule {
owner = "minekube";
repo = "gate";
rev = "refs/tags/v${version}";
hash = "sha256-tQO1ClfZasRdnazFOMOWeqnXaEda84lQMQKw5640YCI=";
hash = "sha256-a2rt+V6y8lyBMSG49eWLTPeLZKIjq+a5NBL+agIL1dg=";
};

vendorHash = "sha256-Nl6NGz+sEdwcTzbL+OwHuaQzi2lHX/cN2lE6HNi1uJQ=";
vendorHash = "sha256-5s96L9KWeiS//21mQMn8ka82Uk4rMbq/8I+l67HTSA8=";

ldflags = [ "-s" "-w" ];

Expand Down

0 comments on commit fe5583f

Please sign in to comment.