mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-13 21:25:30 +03:00
reproxy: 1.2.2 -> 1.2.3
This commit is contained in:
parent
ce48a09129
commit
dd332aeb13
1 changed files with 6 additions and 6 deletions
|
@ -6,13 +6,13 @@
|
||||||
|
|
||||||
buildGoModule rec {
|
buildGoModule rec {
|
||||||
pname = "reproxy";
|
pname = "reproxy";
|
||||||
version = "1.2.2";
|
version = "1.2.3";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "umputun";
|
owner = "umputun";
|
||||||
repo = "reproxy";
|
repo = "reproxy";
|
||||||
rev = "v${version}";
|
tag = "v${version}";
|
||||||
hash = "sha256-UQ20mP+7AsrkNN+tvaRb8BcpHu76bpmswtR2PL4/JsE=";
|
hash = "sha256-u2hS06UOu+YYEB03Xtvxg1XJx2FO3AqxCsCnR8YfFj4=";
|
||||||
};
|
};
|
||||||
|
|
||||||
vendorHash = null;
|
vendorHash = null;
|
||||||
|
@ -34,12 +34,12 @@ buildGoModule rec {
|
||||||
|
|
||||||
__darwinAllowLocalNetworking = true;
|
__darwinAllowLocalNetworking = true;
|
||||||
|
|
||||||
meta = with lib; {
|
meta = {
|
||||||
description = "Simple edge server / reverse proxy";
|
description = "Simple edge server / reverse proxy";
|
||||||
homepage = "https://reproxy.io/";
|
homepage = "https://reproxy.io/";
|
||||||
changelog = "https://github.com/umputun/reproxy/releases/tag/${src.rev}";
|
changelog = "https://github.com/umputun/reproxy/releases/tag/${src.rev}";
|
||||||
license = licenses.mit;
|
license = lib.licenses.mit;
|
||||||
maintainers = with maintainers; [ sikmir ];
|
maintainers = with lib.maintainers; [ sikmir ];
|
||||||
mainProgram = "reproxy";
|
mainProgram = "reproxy";
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue