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-01-18 13:30:54 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2024-01-18 13:30:54 +0000
commite9d2c6d8a49b7be77b08f0207cbae4a8173510fe (patch)
treec185cf1608e878aaa477d32ebde65e708d524fe9 /pkgs/applications/networking/xpipe
parentcefcf19e1c6d4255b2aede5535d04064f6917e9b (diff)
xpipe: 1.7.13 -> 1.7.14
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 3117e98b27b4c..9ad5e54b0dc51 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-8iQR6cWqDzjTRL6psiugQOdYqaEOgZnjcLN+90apWuY=";
+    x86_64-linux = "sha256-tn3vumHjRt5bhNnFA0k8WaJmpCQx7SJea89xf1NGhME=";
   }.${system} or throwSystem;
 
   displayname = "XPipe";
 
 in stdenvNoCC.mkDerivation rec {
   pname = "xpipe";
-  version = "1.7.13";
+  version = "1.7.14";
 
   src = fetchzip {
     url = "https://github.com/xpipe-io/xpipe/releases/download/${version}/xpipe-portable-linux-${arch}.tar.gz";