Merge pull request #235911 from kirillrdy/unifiedpush-common-proxies

unifiedpush-common-proxies: 1.3.0 -> 1.5.0 and unpin go
This commit is contained in:
Nick Cao 2023-06-04 20:39:04 -06:00 committed by GitHub
commit 1057888f5e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 6 deletions

View File

@ -5,16 +5,16 @@
buildGoModule rec {
pname = "unifiedpush-common-proxies";
version = "1.3.0";
version = "1.5.0";
src = fetchFromGitHub {
owner = "unifiedpush";
repo = "common-proxies";
rev = "v${version}";
sha256 = "sha256-spOLgSqiEySVc7imeTeg83MO5cw5nea0qD6OV8JRI6Y=";
sha256 = "sha256-eonKHhaH7mAdW7ouprQivMxKPGFv0s1m/S8jGwid8kM=";
};
vendorSha256 = "13mxdjc9fvajl0w78a5g1cqadgmxsx74zz8npp5h2s68zkl8sjxk";
vendorSha256 = "sha256-s0uN6PzIaAHLvRb9T07Xvb6mMAuvKHQ4oFJtl5hsvY4=";
meta = with lib; {
description = "A set of rewrite proxies and gateways for UnifiedPush";

View File

@ -25779,9 +25779,7 @@ with pkgs;
networkaudiod = callPackage ../servers/networkaudiod { };
unifiedpush-common-proxies = callPackage ../servers/unifiedpush-common-proxies {
buildGoModule = buildGo119Module; # go 1.20 build failure
};
unifiedpush-common-proxies = callPackage ../servers/unifiedpush-common-proxies { };
unit = callPackage ../servers/http/unit { };