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-04-02 23:06:30 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2024-04-02 23:06:30 +0000
commit604a145e25cce41f683eeaa4e10d9888e72cc71f (patch)
treea2db0298a8938146d40d741bfad3677ee73bee4f /pkgs/applications/networking/xpipe
parent80c8b15bce780f1f948751705b7a1914964f99bd (diff)
xpipe: 8.5 -> 8.6
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 002ab4319e98f..9798ca2283305 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-GcFds6PCEuvZ7oIfWMEkRIWMWU/jmCsj4zCkMe3+QM0=";
+    x86_64-linux = "sha256-s/1XyEXOyvAQNf32ckKotQ4jYdlo/Y+O9PY3wIUs80A=";
   }.${system} or throwSystem;
 
   displayname = "XPipe";
 
 in stdenvNoCC.mkDerivation rec {
   pname = "xpipe";
-  version = "8.5";
+  version = "8.6";
 
   src = fetchzip {
     url = "https://github.com/xpipe-io/xpipe/releases/download/${version}/xpipe-portable-linux-${arch}.tar.gz";