pritunl-client: 1.3.4083.88 -> 1.3.4099.99 (#364809)

This commit is contained in:
nixpkgs-merge-bot[bot]
2024-12-13 22:35:07 +00:00
committed by GitHub
+2 -2
View File
@@ -19,12 +19,12 @@
electron,
}:
let
version = "1.3.4083.88";
version = "1.3.4099.99";
src = fetchFromGitHub {
owner = "pritunl";
repo = "pritunl-client-electron";
rev = version;
sha256 = "sha256-6CKckRrf1TVhuYOJ7caTRDFWiX5b27kDjLjd709NKUs=";
sha256 = "sha256-bxCGZ2Jm2rPKRH6Uj0JmQ3MQ3zRd6kXjOVeAOHBl1lA=";
};
cli = buildGoModule {