Commit 2e3e4c5d authored by R. RyanTM's avatar R. RyanTM Committed by Weijia Wang
Browse files

resgate: 1.7.5 -> 1.8.0

parent 19cc9e81
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -5,16 +5,16 @@

buildGoModule rec {
  pname = "resgate";
  version = "1.7.5";
  version = "1.8.0";

  src = fetchFromGitHub {
    owner = "resgateio";
    repo = pname;
    rev = "v${version}";
    hash = "sha256-CAK2BjHa/l4cAWUKL0hGjqKi/Cdg+/K/MlnDreB69YE=";
    hash = "sha256-HQgBWH6dqfmAfKMezUjPbwXif8bqAClns589la2lBVA=";
  };

  vendorHash = "sha256-6uLCZvvQ8lRug6TlavQ1t73RqJlLCRxTwUhMp3OMMB0=";
  vendorHash = "sha256-1yQScWjlqYvFmuqG4TLmImlCjFPrLcYcmZ1a3QUnSXY=";

  meta = with lib; {
    description = "Realtime API Gateway used with NATS to build REST, real time, and RPC APIs";