wgcf: 2.2.28 -> 2.2.29 (#436102)

This commit is contained in:
Paul Meyer
2025-09-03 16:23:51 +02:00
committed by GitHub
+3 -3
View File
@@ -6,18 +6,18 @@
buildGoModule rec {
pname = "wgcf";
version = "2.2.28";
version = "2.2.29";
src = fetchFromGitHub {
owner = "ViRb3";
repo = "wgcf";
tag = "v${version}";
hash = "sha256-Xl0XXg5m+IPkUmwhFrUZUWwbGAGhKwnHoA+YPw3p5ws=";
hash = "sha256-Ak6EG24U9goQb1tOLRXI5kQen24c4KlDVDKhuTfobbo=";
};
subPackages = ".";
vendorHash = "sha256-shb5m0zWRa9sX0g0WOPpcNMgwpfn8R3c/2GiZGeKr9k=";
vendorHash = "sha256-lG0D0LJV9IMq9R8O4IuxTQeulBb4q0ToZTU+HaGmn68=";
meta = with lib; {
description = "Cross-platform, unofficial CLI for Cloudflare Warp";