Unverified Commit b22003dc authored by Twingate Build Bot's avatar Twingate Build Bot Committed by GitHub
Browse files

twingate: 1.0.83 -> 2023.227.93198 (#249324)



* twingate: 1.0.83 -> 2023.227.93198

* - Preserve existing changes

* Update pkgs/applications/networking/twingate/default.nix

---------

Co-authored-by: default avatarAnton Shkurenko <anton@twingate.com>
Co-authored-by: default avatarIlan Joselevich <personal@ilanjoselevich.com>
parent 8cd56a3b
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -13,11 +13,11 @@

stdenv.mkDerivation rec {
  pname = "twingate";
  version = "1.0.83+88994";
  version = "2023.227.93197";

  src = fetchurl {
    url = "https://binaries.twingate.com/client/linux/DEB/x86_64/${version}/twingate-amd64.deb";
    hash = "sha256-rPYjGSrjSNSdjMZRP0Gd7a9lRC+I06oOvZZEUEJ6s5k=";
    hash = "sha256-YV56U+RXpTOJvyufVKtTY1c460//ZJcifq2XroTQLXU=";
  };

  buildInputs = [