summary refs log tree commit diff
path: root/pkgs/tools/networking
diff options
context:
space:
mode:
authortechknowlogick <techknowlogick@gitea.io>2022-03-16 20:15:37 -0400
committertechknowlogick <techknowlogick@gitea.io>2022-03-16 20:15:37 -0400
commitfff16ecd628a6fe2ab1f845c4cd394be88647ef5 (patch)
tree06982cd30b903078056a3e371961c3c96b4a3722 /pkgs/tools/networking
parent9028018be5c2c5ce337ee30d74dbeab6d29855b1 (diff)
downloadnixpkgs-fff16ecd628a6fe2ab1f845c4cd394be88647ef5.tar
nixpkgs-fff16ecd628a6fe2ab1f845c4cd394be88647ef5.tar.gz
nixpkgs-fff16ecd628a6fe2ab1f845c4cd394be88647ef5.tar.bz2
nixpkgs-fff16ecd628a6fe2ab1f845c4cd394be88647ef5.tar.lz
nixpkgs-fff16ecd628a6fe2ab1f845c4cd394be88647ef5.tar.xz
nixpkgs-fff16ecd628a6fe2ab1f845c4cd394be88647ef5.tar.zst
nixpkgs-fff16ecd628a6fe2ab1f845c4cd394be88647ef5.zip
boundary: 0.7.5 -> 0.7.6
Diffstat (limited to 'pkgs/tools/networking')
-rw-r--r--pkgs/tools/networking/boundary/default.nix10
1 files changed, 5 insertions, 5 deletions
diff --git a/pkgs/tools/networking/boundary/default.nix b/pkgs/tools/networking/boundary/default.nix
index 3745856a8c0..c86c9c5fd68 100644
--- a/pkgs/tools/networking/boundary/default.nix
+++ b/pkgs/tools/networking/boundary/default.nix
@@ -2,7 +2,7 @@
 
 stdenv.mkDerivation rec {
   pname = "boundary";
-  version = "0.7.5";
+  version = "0.7.6";
 
   src =
     let
@@ -15,10 +15,10 @@ stdenv.mkDerivation rec {
         aarch64-darwin = "darwin_arm64";
       };
       sha256 = selectSystem {
-        x86_64-linux = "sha256-wqNeeEQhR8cj7Gpbzp7UQV0j+w0peo41uKqgK9BoLH4=";
-        aarch64-linux = "sha256-HK/6eMBWUW1IbYE5RpInhcQuIw16X9vQEZmOBje9Yzk=";
-        x86_64-darwin = "sha256-ghgkPlEN9DHFviQzcGS/+oG+9Qqy2AfJ2IEyiSMJwwY=";
-        aarch64-darwin = "sha256-F4iOCxAm8s34KktuS5PRPkIg9A0179H6zlOM3OuTyUw=";
+        x86_64-linux = "sha256-nsc8S63OUEo9db/hs9oA53Lk+amIsxB/O4TJCs4zdNw=";
+        aarch64-linux = "sha256-KttqYuF7xC88L49f7JKKr77FbKBihptoBIoemgFInm0=";
+        x86_64-darwin = "sha256-ov4CtiWsOU/AWfAo7x99RshW6+eU9lFD5ypo6MKyPM0=";
+        aarch64-darwin = "sha256-3E9fv8BSu7XXIwRmTrDECLNQKdoeUqitKbsTrXs+tTE=";
       };
     in
     fetchzip {