pritunl-client: 1.3.3467.51 -> 1.3.3474.95

This commit is contained in:
R. Ryantm 2023-03-24 01:34:34 +00:00
parent 4a3d90135b
commit 87e5d2c646

View File

@ -2,13 +2,13 @@
buildGoModule rec {
pname = "pritunl-client";
version = "1.3.3467.51";
version = "1.3.3474.95";
src = fetchFromGitHub {
owner = "pritunl";
repo = "pritunl-client-electron";
rev = version;
sha256 = "sha256-US1A3PjWxycXzOW/1Mi8GVkxvH6xCFq4mo5gU49vytU=";
sha256 = "sha256-7V+hw/DfyRooef9gwZ5HjcfvabtA2HltJhwwSrQH0X4=";
};
modRoot = "cli";