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-04 16:15:01 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2024-05-04 16:15:01 +0000
commit045ff5a2f895d8f767ca1d3a4bb1ca71d69bb6c0 (patch)
tree8267209cbce06eddae375d2775d5f4616fa97a79 /pkgs/applications/networking/xpipe
parent14e704d967cc63fe36afa46aa06204407a11d1d0 (diff)
xpipe: 9.0 -> 9.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 c986b4a62455c..c2c53faaf03a3 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-3KMmMDoaYYMKuuqLof/LfdCs1d4I70L2TDxmzvx4Vq0=";
+    x86_64-linux = "sha256-s6TZzgcmlQz4IYKWd+jrXtyTyQsW1w6MuM9ZkYJHtpE=";
   }.${system} or throwSystem;
 
   displayname = "XPipe";
 
 in stdenvNoCC.mkDerivation rec {
   pname = "xpipe";
-  version = "9.0";
+  version = "9.1";
 
   src = fetchzip {
     url = "https://github.com/xpipe-io/xpipe/releases/download/${version}/xpipe-portable-linux-${arch}.tar.gz";