about summary refs log tree commit diff
path: root/pkgs/tools/networking
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2024-03-15 04:00:33 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2024-03-15 04:00:33 +0000
commit1c05ed73c9980e109d3c2e0c1329c30e10990aad (patch)
tree42d572d057f313998272d80aaef1c2d5d05070c0 /pkgs/tools/networking
parent5ed2a8b6857ef5c6e7dc9496f574ad61bb6bfcd5 (diff)
downloadnixlib-1c05ed73c9980e109d3c2e0c1329c30e10990aad.tar
nixlib-1c05ed73c9980e109d3c2e0c1329c30e10990aad.tar.gz
nixlib-1c05ed73c9980e109d3c2e0c1329c30e10990aad.tar.bz2
nixlib-1c05ed73c9980e109d3c2e0c1329c30e10990aad.tar.lz
nixlib-1c05ed73c9980e109d3c2e0c1329c30e10990aad.tar.xz
nixlib-1c05ed73c9980e109d3c2e0c1329c30e10990aad.tar.zst
nixlib-1c05ed73c9980e109d3c2e0c1329c30e10990aad.zip
boundary: 0.15.1 -> 0.15.2
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 4480bdbede1f..44383586b3c8 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.15.1";
+  version = "0.15.2";
 
   src =
     let
@@ -15,10 +15,10 @@ stdenv.mkDerivation rec {
         aarch64-darwin = "darwin_arm64";
       };
       sha256 = selectSystem {
-        x86_64-linux = "sha256-LPIvbT934HjetzaljMMVaZslavAY2torE684MLOTvLo=";
-        aarch64-linux = "sha256-RH8BHo97nTfMSWLfVY6r7qWqMBXcZRCIY5u/9lzrog4=";
-        x86_64-darwin = "sha256-6jEVffu4bTKzlnT364q5oD8+T6nXyqKZhBVLXv0Pbac=";
-        aarch64-darwin = "sha256-m+rGK7VbCZNDsumrFI3HNa/CG1eEzKDQTNTbb2ECn7c=";
+        x86_64-linux = "sha256-X8bO4kV5+u093TyEFMiKn967U7AsesRzU5YHohWpEdQ=";
+        aarch64-linux = "sha256-qMu44ecBzSx3knsXIKfRrO0X1BE14FoVFq6Vgw3bD5o=";
+        x86_64-darwin = "sha256-g2aQc9NUUxTO0BEsg/w4h1tYTUrtXiau62nBj3OM3Is=";
+        aarch64-darwin = "sha256-w6Vwft5w+aYC7aBndSQia3i7CyTOYG6ln7G6D9b9J90=";
       };
     in
     fetchzip {