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-05-18 17:35:20 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2024-05-18 17:35:20 +0000
commit0a4a33d623390760758c25652c0649b9f477c69d (patch)
treec0ad3f1844a76b53858687cd4165b2b5a9ed2f48 /pkgs/applications/networking/xpipe
parent1814b56453c91192f6d5a6276079948f9fe96c18 (diff)
xpipe: 9.2 -> 9.3
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 00329886b299d..c099f1c5d14cb 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-yz8D40ckr6oydlY6+kjQqXtWQ6Q+ZmGQccNVBFbW3/k=";
+    x86_64-linux = "sha256-PFAs/HoQsTqgThN5jdfwU07QNxThBrO7ES1D7GZCPH0=";
   }.${system} or throwSystem;
 
   displayname = "XPipe";
 
 in stdenvNoCC.mkDerivation rec {
   pname = "xpipe";
-  version = "9.2";
+  version = "9.3";
 
   src = fetchzip {
     url = "https://github.com/xpipe-io/xpipe/releases/download/${version}/xpipe-portable-linux-${arch}.tar.gz";