pritunl-client: 1.3.3457.61 -> 1.3.3467.51
This commit is contained in:
parent
d0c9a53633
commit
6018e2c859
1 changed files with 2 additions and 2 deletions
|
@ -2,13 +2,13 @@
|
||||||
|
|
||||||
buildGoModule rec {
|
buildGoModule rec {
|
||||||
pname = "pritunl-client";
|
pname = "pritunl-client";
|
||||||
version = "1.3.3457.61";
|
version = "1.3.3467.51";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "pritunl";
|
owner = "pritunl";
|
||||||
repo = "pritunl-client-electron";
|
repo = "pritunl-client-electron";
|
||||||
rev = version;
|
rev = version;
|
||||||
sha256 = "sha256-tX+AUm8X1bRvR1Lb93Bwlxx+gm9Xvyw8Fn2odmEqiJA=";
|
sha256 = "sha256-US1A3PjWxycXzOW/1Mi8GVkxvH6xCFq4mo5gU49vytU=";
|
||||||
};
|
};
|
||||||
|
|
||||||
modRoot = "cli";
|
modRoot = "cli";
|
||||||
|
|
Loading…
Reference in a new issue