Unverified Commit ed7b3262 authored by Paul Meyer's avatar Paul Meyer Committed by GitHub
Browse files

wgcf: 2.2.28 -> 2.2.29 (#436102)

parents d9628a2e 166ee74f
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -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";