Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)

waypipe: 0.8.5 -> 0.8.6

Minor error handling fixes.

Changes: https://gitlab.freedesktop.org/mstoeckl/waypipe/-/compare/v0.8.5...v0.8.6?from_project_id=3237&straight=false

+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;