Merge pull request #296538 from r-ryantm/auto-update/waypipe

waypipe: 0.8.6 -> 0.9.0

authored by Jörg Thalheim and committed by GitHub 33537928 37cd9fa0

+3 -3
+3 -3
pkgs/applications/networking/remote/waypipe/default.nix
··· 5 5 6 6 stdenv.mkDerivation rec { 7 7 pname = "waypipe"; 8 - version = "0.8.6"; 8 + version = "0.9.0"; 9 9 10 10 src = fetchFromGitLab { 11 11 domain = "gitlab.freedesktop.org"; 12 12 owner = "mstoeckl"; 13 13 repo = "waypipe"; 14 14 rev = "v${version}"; 15 - hash = "sha256-1VLPnP4BmF9Zha0uVsPjA/WbF/oLfZmdDX57SzqrV5A="; 15 + hash = "sha256-zk5IzZiFff9EeJn24/QmE1ybcBkxpaz6Owp77CfCwV0="; 16 16 }; 17 17 18 18 strictDeps = true; ··· 34 34 changelog = "https://gitlab.freedesktop.org/mstoeckl/waypipe/-/releases#v${version}"; 35 35 license = licenses.mit; 36 36 platforms = platforms.linux; 37 - maintainers = with maintainers; [ primeos ]; 37 + maintainers = with maintainers; [ mic92 ]; 38 38 mainProgram = "waypipe"; 39 39 }; 40 40 }