Skip to content

Commit

Permalink
gate: 0.40.0 -> 0.41.0 (NixOS#344435)
Browse files Browse the repository at this point in the history
  • Loading branch information
nixpkgs-merge-bot[bot] committed Sep 28, 2024
2 parents c761bb3 + 7073bf5 commit 674c08f
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.40.0";
version = "0.41.0";
in
buildGoModule {
inherit pname version;
Expand All @@ -14,10 +14,10 @@ buildGoModule {
owner = "minekube";
repo = "gate";
rev = "refs/tags/v${version}";
hash = "sha256-zEbkt38/K4LVLVXXqaLU83mX94vI/dbZ+JqOjn2u0/c=";
hash = "sha256-tQO1ClfZasRdnazFOMOWeqnXaEda84lQMQKw5640YCI=";
};

vendorHash = "sha256-W3YBIbxblxO5Rirso+b20h4cwUzfj8rG/Owh1KyJ0mM=";
vendorHash = "sha256-Nl6NGz+sEdwcTzbL+OwHuaQzi2lHX/cN2lE6HNi1uJQ=";

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

Expand Down

0 comments on commit 674c08f

Please sign in to comment.