summary refs log tree commit diff
diff options
context:
space:
mode:
authorIlan Joselevich <personal@ilanjoselevich.com>2023-09-21 14:44:39 +0200
committerGitHub <noreply@github.com>2023-09-21 14:44:39 +0200
commita355564a99eea4eafbc6a4fdfaa8b8511fe273a8 (patch)
treeda052abc9cf9749d26fd6ed7093b9cb688890673
parent8a017c265bde902d6028eadd1d4da079c1ad1877 (diff)
parentbf303b813ea9ea914608f70c8d6d4718712f559b (diff)
downloadnixpkgs-a355564a99eea4eafbc6a4fdfaa8b8511fe273a8.tar
nixpkgs-a355564a99eea4eafbc6a4fdfaa8b8511fe273a8.tar.gz
nixpkgs-a355564a99eea4eafbc6a4fdfaa8b8511fe273a8.tar.bz2
nixpkgs-a355564a99eea4eafbc6a4fdfaa8b8511fe273a8.tar.lz
nixpkgs-a355564a99eea4eafbc6a4fdfaa8b8511fe273a8.tar.xz
nixpkgs-a355564a99eea4eafbc6a4fdfaa8b8511fe273a8.tar.zst
nixpkgs-a355564a99eea4eafbc6a4fdfaa8b8511fe273a8.zip
Merge pull request #253846 from Twingate/twingate-2023.250.97645
twingate: 2023.227.93197 -> 2023.250.97645
-rw-r--r--pkgs/applications/networking/twingate/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/networking/twingate/default.nix b/pkgs/applications/networking/twingate/default.nix
index 09b3000c875..86349576d44 100644
--- a/pkgs/applications/networking/twingate/default.nix
+++ b/pkgs/applications/networking/twingate/default.nix
@@ -13,11 +13,11 @@
 
 stdenv.mkDerivation rec {
   pname = "twingate";
-  version = "2023.227.93197";
+  version = "2023.250.97595";
 
   src = fetchurl {
     url = "https://binaries.twingate.com/client/linux/DEB/x86_64/${version}/twingate-amd64.deb";
-    hash = "sha256-YV56U+RXpTOJvyufVKtTY1c460//ZJcifq2XroTQLXU=";
+    hash = "sha256-JTkyJLbcAEcmftPKejMnxwIY+ICkaFar2fahKeXk3fs=";
   };
 
   buildInputs = [