resgate: 1.7.5 -> 1.8.0

This commit is contained in:
R. Ryantm 2024-07-04 03:06:39 +00:00 committed by Weijia Wang
parent 19cc9e81ee
commit 2e3e4c5db7

View File

@ -5,16 +5,16 @@
buildGoModule rec { buildGoModule rec {
pname = "resgate"; pname = "resgate";
version = "1.7.5"; version = "1.8.0";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "resgateio"; owner = "resgateio";
repo = pname; repo = pname;
rev = "v${version}"; rev = "v${version}";
hash = "sha256-CAK2BjHa/l4cAWUKL0hGjqKi/Cdg+/K/MlnDreB69YE="; hash = "sha256-HQgBWH6dqfmAfKMezUjPbwXif8bqAClns589la2lBVA=";
}; };
vendorHash = "sha256-6uLCZvvQ8lRug6TlavQ1t73RqJlLCRxTwUhMp3OMMB0="; vendorHash = "sha256-1yQScWjlqYvFmuqG4TLmImlCjFPrLcYcmZ1a3QUnSXY=";
meta = with lib; { meta = with lib; {
description = "Realtime API Gateway used with NATS to build REST, real time, and RPC APIs"; description = "Realtime API Gateway used with NATS to build REST, real time, and RPC APIs";