about summary refs log tree commit diff
path: root/pkgs/applications/networking/remote
diff options
context:
space:
mode:
authorSergei Trofimovich <slyich@gmail.com>2022-11-03 07:44:02 +0000
committerSergei Trofimovich <slyich@gmail.com>2022-11-03 07:44:02 +0000
commit12428f3cf4ac7701340b09b1aa45a8eb60bc89d2 (patch)
tree811b3f1f9c2d0152b81878d7e9832b65e270af6d /pkgs/applications/networking/remote
parent04da8dc6dd30712d12ea1f63a218d89df9ffcb9e (diff)
waypipe: 0.8.3 -> 0.8.4
Changes: https://gitlab.freedesktop.org/mstoeckl/waypipe/-/releases/v0.8.4
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 7a1dd8be40d50..ec94d504b9dbc 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.3";
+  version = "0.8.4";
 
   src = fetchFromGitLab {
     domain = "gitlab.freedesktop.org";
     owner = "mstoeckl";
     repo = "waypipe";
     rev = "v${version}";
-    sha256 = "sha256-f1XEcDMy4skddtbZFFhCF4xg6zQahOLiGcYiJPy2SHs=";
+    sha256 = "sha256-ee3RKlcZQf8o8cQfz1ckiLDFNzdFJesBJKJTTrUmcpU=";
   };
 
   strictDeps = true;