Unverified Commit fcd887f7 authored by nixpkgs-merge-bot[bot]'s avatar nixpkgs-merge-bot[bot] Committed by GitHub
Browse files

gate: 0.51.0 -> 0.52.0 (#431472)

parents 6e63eeab 7e8ec0b2
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -6,7 +6,7 @@

let
  pname = "gate";
  version = "0.51.0";
  version = "0.52.0";
in
buildGoModule {
  inherit pname version;
@@ -15,10 +15,10 @@ buildGoModule {
    owner = "minekube";
    repo = "gate";
    tag = "v${version}";
    hash = "sha256-Fe02QzD9ZtYT+pakWWjwM48dqe7SeF011/FafbvGc0E=";
    hash = "sha256-DKnJnhfO3Cs80tAYiodxf1alfO4DXNneiqDILgP+v8w=";
  };

  vendorHash = "sha256-d/D1l+/viJ5OFSpUDpC+4pnDwPJDBuYDjS7niao5D9U=";
  vendorHash = "sha256-0NcfuCZHR4QHbMNqc+ilPouie+9k7FqOG/JdNX8uO8c=";

  ldflags = [
    "-s"