about summary refs log tree commit diff
path: root/pkgs/applications/networking/xpipe
diff options
context:
space:
mode:
authorWeijia Wang <9713184+wegank@users.noreply.github.com>2024-06-10 16:56:41 +0200
committerGitHub <noreply@github.com>2024-06-10 16:56:41 +0200
commitbb4f7748f0172ecd347d36ef9acfdd1833bfd4de (patch)
treec56a48ede039c3f28c7235e6eb17411e7c0b14cc /pkgs/applications/networking/xpipe
parent41e7cb7dd5bf608a2b69b2d15c2c203328527ce2 (diff)
parent475c62c41808934d8fb1066f29e3983cbe9ddc1b (diff)
Merge pull request #318591 from r-ryantm/auto-update/xpipe
xpipe: 9.4 -> 9.4.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 d819c658aab4e..b5d181dc73a47 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-E28OeidntQV5Zx6BQjlYxgTXSuQM0ZLCLdb+bIYz8fY=";
+    x86_64-linux = "sha256-nZg0Ha457zrBgYpKIHgGkDxTVQSRthQCCxtT2xWtAlQ=";
   }.${system} or throwSystem;
 
   displayname = "XPipe";
 
 in stdenvNoCC.mkDerivation rec {
   pname = "xpipe";
-  version = "9.4";
+  version = "9.4.1";
 
   src = fetchzip {
     url = "https://github.com/xpipe-io/xpipe/releases/download/${version}/xpipe-portable-linux-${arch}.tar.gz";