Unverified Commit c529c76b authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

pritunl-client: 1.3.3785.81 -> 1.3.4026.10 (#343015)

parents 6edbe42a fb99290f
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -16,12 +16,12 @@
, openvpn
, electron
}: let
  version = "1.3.3785.81";
  version = "1.3.4026.10";
  src = fetchFromGitHub {
    owner = "pritunl";
    repo = "pritunl-client-electron";
    rev = version;
    sha256 = "sha256-0tlWX9vHiFHewiisI8lwsQdHyEhntu+x415hfbymhIo=";
    sha256 = "sha256-3P2MEQy9RE2dY7aRCGQl+kmVIaRZp6VvrcHQUzhiAEY=";
  };

  cli = buildGoModule {
@@ -29,7 +29,7 @@
    inherit version src;

    modRoot = "cli";
    vendorHash = "sha256-1sAJbEZHagG6hnZBkb6EbQpSdNmTyTWfKpbektXSWYU=";
    vendorHash = "sha256-wwPgyIo14zpA+oCJH0CQ4+7zyP+Itxbd6S0P7t01wBw=";

    postInstall = ''
      mv $out/bin/cli $out/bin/pritunl-client
@@ -41,7 +41,7 @@
    inherit version src;

    modRoot = "service";
    vendorHash = "sha256-QvuEQX1+sJOGB1AJNhnM3pVPxGmizDu8EN1yRspXjhU=";
    vendorHash = "sha256-uy8+R4l3e4YAWMxWWbVHhkwxvbOsY5PF7fs1dVyMIAg=";

    nativeBuildInputs = [ makeWrapper ];