Merge pull request #324466 from r-ryantm/auto-update/resgate

resgate: 1.7.5 -> 1.8.0
This commit is contained in:
Weijia Wang 2024-07-10 16:00:11 +02:00 committed by GitHub
commit a91e7de856
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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";