Skip to content

Commit

Permalink
gate: 0.38.2 -> 0.39.2
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm committed Aug 11, 2024
1 parent e64441f commit 949ae45
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.38.2";
version = "0.39.2";
in
buildGoModule {
inherit pname version;
Expand All @@ -14,10 +14,10 @@ buildGoModule {
owner = "minekube";
repo = "gate";
rev = "refs/tags/v${version}";
hash = "sha256-lNZRDSBaEE4b3pJ1oOf9yd8l+lFJmnhyy4TahBlQDv0=";
hash = "sha256-ocstveux4nSev6jUx0niGxjKk0ljEhhagmHpUKncrQY=";
};

vendorHash = "sha256-H8mVlwaEux6PSHfVwFpfa+efmWApCKl6eYx6vA57Hfc=";
vendorHash = "sha256-e+XIftRRP0Dig6nIRdxE1x60RU8oXChTyyLIEGOQ5Yc=";

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

Expand Down

0 comments on commit 949ae45

Please sign in to comment.