about summary refs log tree commit diff
path: root/pkgs/applications/networking/remote
diff options
context:
space:
mode:
authorSergei Trofimovich <slyich@gmail.com>2023-04-11 23:27:57 +0100
committerGitHub <noreply@github.com>2023-04-11 23:27:57 +0100
commitf63ba61e63789ee3547a6b50c2720febcb5e72e2 (patch)
tree32f33562bc97fab4de0443d17984514e597c2690 /pkgs/applications/networking/remote
parented0a9877559a5ff1949067b0ae5f9a7a70d80f9e (diff)
parent4e4e4e75471cd4dae27aa40e901c97bf3431d417 (diff)
Merge pull request #225402 from trofi/waypipe-update
waypipe: 0.8.5 -> 0.8.6
Diffstat (limited to 'pkgs/applications/networking/remote')
-rw-r--r--pkgs/applications/networking/remote/waypipe/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/networking/remote/waypipe/default.nix b/pkgs/applications/networking/remote/waypipe/default.nix
index 8aa0e38fcf42c..85862c56357a8 100644
--- a/pkgs/applications/networking/remote/waypipe/default.nix
+++ b/pkgs/applications/networking/remote/waypipe/default.nix
@@ -5,14 +5,14 @@
 
 stdenv.mkDerivation rec {
   pname = "waypipe";
-  version = "0.8.5";
+  version = "0.8.6";
 
   src = fetchFromGitLab {
     domain = "gitlab.freedesktop.org";
     owner = "mstoeckl";
     repo = "waypipe";
     rev = "v${version}";
-    sha256 = "sha256-uf2+PSqgZ+RShuVYlR42xMV38tuYbGV+bW1tdXgiZYU=";
+    hash = "sha256-1VLPnP4BmF9Zha0uVsPjA/WbF/oLfZmdDX57SzqrV5A=";
   };
 
   strictDeps = true;