Merge pull request #312786 from r-ryantm/auto-update/unifiedpush-common-proxies

unifiedpush-common-proxies: 1.5.0 -> 2.0.0
This commit is contained in:
Peder Bergebakken Sundt 2024-06-08 17:26:35 +02:00 committed by GitHub
commit 2c32ee395b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -5,16 +5,16 @@
buildGoModule rec {
pname = "unifiedpush-common-proxies";
version = "1.5.0";
version = "2.0.0";
src = fetchFromGitHub {
owner = "unifiedpush";
repo = "common-proxies";
rev = "v${version}";
sha256 = "sha256-eonKHhaH7mAdW7ouprQivMxKPGFv0s1m/S8jGwid8kM=";
sha256 = "sha256-nKmWYBB/1akcISWxNgZxb15ROVQBcBbTn0HF+WZSb58=";
};
vendorHash = "sha256-s0uN6PzIaAHLvRb9T07Xvb6mMAuvKHQ4oFJtl5hsvY4=";
vendorHash = "sha256-wVZR/h0AtwZ1eo7EoRKNzaS2Wp0X01e2u3Ugmsnj644=";
meta = with lib; {
description = "A set of rewrite proxies and gateways for UnifiedPush";