pgrok: 1.3.3 -> 1.3.4

https://github.com/pgrok/pgrok/releases/tag/v1.3.4
This commit is contained in:
Marie Ramlow 2023-08-04 18:03:39 +02:00
parent 69a04542c7
commit bfcce8245b
No known key found for this signature in database

View file

@ -6,15 +6,15 @@
buildGoModule rec { buildGoModule rec {
pname = "pgrok"; pname = "pgrok";
version = "1.3.3"; version = "1.3.4";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "pgrok"; owner = "pgrok";
repo = "pgrok"; repo = "pgrok";
rev = "v${version}"; rev = "v${version}";
hash = "sha256-0b7d3wyhRuTxZmpx9oJnZN88yYn+TsR82KrktPAx9P4="; hash = "sha256-lhcaJVIqZK7GnC/Q/+RDxTVFmgTana3vugDHr/SStFE=";
}; };
vendorHash = "sha256-laSfyHFkJJkv4EPMIVcai7RXaGIpUp+0tOpt5vhcLkA="; vendorHash = "sha256-UzNx361cg4IDSQGlX5N9AxYZ8cYA0zsF5JF4Fe7efqM=";
outputs = [ "out" "server" ]; outputs = [ "out" "server" ];