Loading pkgs/tools/networking/pritunl-client/default.nix +4 −4 Original line number Diff line number Diff line Loading @@ -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 { Loading @@ -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 Loading @@ -41,7 +41,7 @@ inherit version src; modRoot = "service"; vendorHash = "sha256-QvuEQX1+sJOGB1AJNhnM3pVPxGmizDu8EN1yRspXjhU="; vendorHash = "sha256-uy8+R4l3e4YAWMxWWbVHhkwxvbOsY5PF7fs1dVyMIAg="; nativeBuildInputs = [ makeWrapper ]; Loading Loading
pkgs/tools/networking/pritunl-client/default.nix +4 −4 Original line number Diff line number Diff line Loading @@ -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 { Loading @@ -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 Loading @@ -41,7 +41,7 @@ inherit version src; modRoot = "service"; vendorHash = "sha256-QvuEQX1+sJOGB1AJNhnM3pVPxGmizDu8EN1yRspXjhU="; vendorHash = "sha256-uy8+R4l3e4YAWMxWWbVHhkwxvbOsY5PF7fs1dVyMIAg="; nativeBuildInputs = [ makeWrapper ]; Loading