summary refs log tree commit diff
diff options
context:
space:
mode:
author06kellyjac <dev@j-k.io>2021-08-06 10:29:37 +0100
committer06kellyjac <dev@j-k.io>2021-08-06 10:29:37 +0100
commit1b3618cc67aa1186b72f76862ccc47d0779b4ea7 (patch)
treee6d3f73a7ed3c1c2f5414a99f3966f1cc99dd993
parent9994d6d607a711f45fd62e192fac240c92b41d3e (diff)
downloadnixpkgs-1b3618cc67aa1186b72f76862ccc47d0779b4ea7.tar
nixpkgs-1b3618cc67aa1186b72f76862ccc47d0779b4ea7.tar.gz
nixpkgs-1b3618cc67aa1186b72f76862ccc47d0779b4ea7.tar.bz2
nixpkgs-1b3618cc67aa1186b72f76862ccc47d0779b4ea7.tar.lz
nixpkgs-1b3618cc67aa1186b72f76862ccc47d0779b4ea7.tar.xz
nixpkgs-1b3618cc67aa1186b72f76862ccc47d0779b4ea7.tar.zst
nixpkgs-1b3618cc67aa1186b72f76862ccc47d0779b4ea7.zip
boundary: 0.4.0 -> 0.5.0
-rw-r--r--pkgs/tools/networking/boundary/default.nix8
1 files changed, 4 insertions, 4 deletions
diff --git a/pkgs/tools/networking/boundary/default.nix b/pkgs/tools/networking/boundary/default.nix
index 5c9abf57892..925587ae933 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.4.0";
+  version = "0.5.0";
 
   src =
     let
@@ -14,9 +14,9 @@ stdenv.mkDerivation rec {
         x86_64-darwin = "darwin_amd64";
       };
       sha256 = selectSystem {
-        x86_64-linux = "sha256-xHvg2Kdm7hoJ7Dwh4pLXJE+EPcl9Zta/00IN3wRnOzU=";
-        aarch64-linux = "sha256-Kbr7tZjVcYiejy1CB9r10mqG+0serRx+mjPXds2/TJQ=";
-        x86_64-darwin = "sha256-a8e3gKTTsK5QRAYrB4/DtrFFGM2In73wKEcEMcbeUTI=";
+        x86_64-linux = "sha256-5ggbM6Ev4TkpyG0yPGCh22QSqefyO32Q2k2kthHgkTc=";
+        aarch64-linux = "sha256-oboMI2OxemIEX+IcBkN/DoACGXzyxsxHg4OD3ugbLR0=";
+        x86_64-darwin = "sha256-dpSI7I37vChljHSV0mwUDymngIFoQ5sWAszJ9MePMG8=";
       };
     in
     fetchzip {