Merge pull request #225402 from trofi/waypipe-update

waypipe: 0.8.5 -> 0.8.6

authored by

Sergei Trofimovich and committed by
GitHub
f63ba61e ed0a9877

+2 -2
+2 -2
pkgs/applications/networking/remote/waypipe/default.nix
··· 5 5 6 6 stdenv.mkDerivation rec { 7 7 pname = "waypipe"; 8 - version = "0.8.5"; 8 + version = "0.8.6"; 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 - sha256 = "sha256-uf2+PSqgZ+RShuVYlR42xMV38tuYbGV+bW1tdXgiZYU="; 15 + hash = "sha256-1VLPnP4BmF9Zha0uVsPjA/WbF/oLfZmdDX57SzqrV5A="; 16 16 }; 17 17 18 18 strictDeps = true;