about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorWeijia Wang <9713184+wegank@users.noreply.github.com>2024-03-19 21:24:24 +0100
committerGitHub <noreply@github.com>2024-03-19 21:24:24 +0100
commit52373d3954ccaa6e2418cb935d1e13aaf10d0762 (patch)
tree88d45b6e3c7f0c56a7a3041f31e9a0e53c46884e /pkgs
parent7da261cf7dd4ec19285cbff42f2c120b38a8fb65 (diff)
parent63a804ac700ad020aff1abd9d174dd92d111edcc (diff)
downloadnixlib-52373d3954ccaa6e2418cb935d1e13aaf10d0762.tar
nixlib-52373d3954ccaa6e2418cb935d1e13aaf10d0762.tar.gz
nixlib-52373d3954ccaa6e2418cb935d1e13aaf10d0762.tar.bz2
nixlib-52373d3954ccaa6e2418cb935d1e13aaf10d0762.tar.lz
nixlib-52373d3954ccaa6e2418cb935d1e13aaf10d0762.tar.xz
nixlib-52373d3954ccaa6e2418cb935d1e13aaf10d0762.tar.zst
nixlib-52373d3954ccaa6e2418cb935d1e13aaf10d0762.zip
Merge pull request #296764 from r-ryantm/auto-update/xpipe
xpipe: 8.3 -> 8.4
Diffstat (limited to 'pkgs')
-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 e117e6e4a54c..7221687ae714 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-5AxEkGmThLEEw1XGrWuabRcVgYH8OT2cXxyeFrYeBOI=";
+    x86_64-linux = "sha256-L76UTgy1tGxj5KVXefz2uj2M/sse2n0byqRtW/wvwz8=";
   }.${system} or throwSystem;
 
   displayname = "XPipe";
 
 in stdenvNoCC.mkDerivation rec {
   pname = "xpipe";
-  version = "8.3";
+  version = "8.4";
 
   src = fetchzip {
     url = "https://github.com/xpipe-io/xpipe/releases/download/${version}/xpipe-portable-linux-${arch}.tar.gz";