about summary refs log tree commit diff
path: root/pkgs/applications/networking/xpipe
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2024-02-29 18:50:30 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2024-02-29 18:50:30 +0000
commitf88a6306b87b202015a13e4b3fa30ee43612b86c (patch)
tree80d2c5dc2ba150d2a0ef85da75596c9230b8da62 /pkgs/applications/networking/xpipe
parent44c70a37071aff4360ff5453fb04e107680d1f70 (diff)
xpipe: 1.7.16 -> 8.0.1
Diffstat (limited to 'pkgs/applications/networking/xpipe')
-rw-r--r--pkgs/applications/networking/xpipe/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/networking/xpipe/default.nix b/pkgs/applications/networking/xpipe/default.nix
index 7894a0fd030ee..fdd403cd4e0f7 100644
--- a/pkgs/applications/networking/xpipe/default.nix
+++ b/pkgs/applications/networking/xpipe/default.nix
@@ -33,14 +33,14 @@ let
   }.${system} or throwSystem;
 
   hash = {
-    x86_64-linux = "sha256-kSJFKKqiSTa7sfHwZ3N7O01Eoi4cr86X7Dxkg+pzSgU=";
+    x86_64-linux = "sha256-MtSpyPj2PX8K2e4ZLAmvn0T5bJvPtBbzmn6/cTXGlbc=";
   }.${system} or throwSystem;
 
   displayname = "XPipe";
 
 in stdenvNoCC.mkDerivation rec {
   pname = "xpipe";
-  version = "1.7.16";
+  version = "8.0.1";
 
   src = fetchzip {
     url = "https://github.com/xpipe-io/xpipe/releases/download/${version}/xpipe-portable-linux-${arch}.tar.gz";