reproxy: 1.2.2 -> 1.2.3

This commit is contained in:
R. Ryantm 2025-02-21 02:55:30 +00:00 committed by Nikolay Korotkiy
parent ce48a09129
commit dd332aeb13
No known key found for this signature in database
GPG key ID: D1DE6D7F693663A5

View file

@ -6,13 +6,13 @@
buildGoModule rec {
pname = "reproxy";
version = "1.2.2";
version = "1.2.3";
src = fetchFromGitHub {
owner = "umputun";
repo = "reproxy";
rev = "v${version}";
hash = "sha256-UQ20mP+7AsrkNN+tvaRb8BcpHu76bpmswtR2PL4/JsE=";
tag = "v${version}";
hash = "sha256-u2hS06UOu+YYEB03Xtvxg1XJx2FO3AqxCsCnR8YfFj4=";
};
vendorHash = null;
@ -34,12 +34,12 @@ buildGoModule rec {
__darwinAllowLocalNetworking = true;
meta = with lib; {
meta = {
description = "Simple edge server / reverse proxy";
homepage = "https://reproxy.io/";
changelog = "https://github.com/umputun/reproxy/releases/tag/${src.rev}";
license = licenses.mit;
maintainers = with maintainers; [ sikmir ];
license = lib.licenses.mit;
maintainers = with lib.maintainers; [ sikmir ];
mainProgram = "reproxy";
};
}