about summary refs log tree commit diff
diff options
context:
space:
mode:
authorJörg Thalheim <Mic92@users.noreply.github.com>2024-03-22 15:18:39 +0100
committerGitHub <noreply@github.com>2024-03-22 15:18:39 +0100
commit3353792819e0e57c146977cbab6495aaa4f936e1 (patch)
treeea821c0309d12b8fe08b315407923cb51d4a1e62
parent37cd9fa078c0b5fc170d8617437024d28608d952 (diff)
parent6ed8eda876c7212e940c9b682b38d4de4b5e9eef (diff)
downloadnixlib-3353792819e0e57c146977cbab6495aaa4f936e1.tar
nixlib-3353792819e0e57c146977cbab6495aaa4f936e1.tar.gz
nixlib-3353792819e0e57c146977cbab6495aaa4f936e1.tar.bz2
nixlib-3353792819e0e57c146977cbab6495aaa4f936e1.tar.lz
nixlib-3353792819e0e57c146977cbab6495aaa4f936e1.tar.xz
nixlib-3353792819e0e57c146977cbab6495aaa4f936e1.tar.zst
nixlib-3353792819e0e57c146977cbab6495aaa4f936e1.zip
Merge pull request #296538 from r-ryantm/auto-update/waypipe
waypipe: 0.8.6 -> 0.9.0
-rw-r--r--pkgs/applications/networking/remote/waypipe/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/applications/networking/remote/waypipe/default.nix b/pkgs/applications/networking/remote/waypipe/default.nix
index 306f31f0628d..8924006e81ef 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.6";
+  version = "0.9.0";
 
   src = fetchFromGitLab {
     domain = "gitlab.freedesktop.org";
     owner = "mstoeckl";
     repo = "waypipe";
     rev = "v${version}";
-    hash = "sha256-1VLPnP4BmF9Zha0uVsPjA/WbF/oLfZmdDX57SzqrV5A=";
+    hash = "sha256-zk5IzZiFff9EeJn24/QmE1ybcBkxpaz6Owp77CfCwV0=";
   };
 
   strictDeps = true;
@@ -34,7 +34,7 @@ stdenv.mkDerivation rec {
     changelog = "https://gitlab.freedesktop.org/mstoeckl/waypipe/-/releases#v${version}";
     license = licenses.mit;
     platforms = platforms.linux;
-    maintainers = with maintainers; [ primeos ];
+    maintainers = with maintainers; [ mic92 ];
     mainProgram = "waypipe";
   };
 }