From dd332aeb137b2bb98195736decba74ab899cea85 Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Fri, 21 Feb 2025 02:55:30 +0000 Subject: [PATCH] reproxy: 1.2.2 -> 1.2.3 --- pkgs/by-name/re/reproxy/package.nix | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/pkgs/by-name/re/reproxy/package.nix b/pkgs/by-name/re/reproxy/package.nix index 18015a6acf2c..969b8d502613 100644 --- a/pkgs/by-name/re/reproxy/package.nix +++ b/pkgs/by-name/re/reproxy/package.nix @@ -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"; }; }