1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-19 12:11:28 +00:00

Merge pull request #244164 from Twingate/twingate-1.0.83

twingate client: 1.0.60 -> 1.0.83
This commit is contained in:
Ilan Joselevich 2023-07-27 11:16:23 +03:00 committed by GitHub
commit c19e300b6c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -13,11 +13,11 @@
stdenv.mkDerivation rec {
pname = "twingate";
version = "1.0.60";
version = "1.0.83+88994";
src = fetchurl {
url = "https://binaries.twingate.com/client/linux/DEB/${version}/twingate-amd64.deb";
sha256 = "b308c422af8a33ecd58e21a10a72c353351a189df67006e38d1ec029a93d5678";
url = "https://binaries.twingate.com/client/linux/DEB/x86_64/${version}/twingate-amd64.deb";
hash = "sha256-rPYjGSrjSNSdjMZRP0Gd7a9lRC+I06oOvZZEUEJ6s5k=";
};
buildInputs = [