From 4e4e4e75471cd4dae27aa40e901c97bf3431d417 Mon Sep 17 00:00:00 2001 From: Sergei Trofimovich Date: Sun, 9 Apr 2023 11:02:40 +0100 Subject: [PATCH] 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 --- pkgs/applications/networking/remote/waypipe/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/applications/networking/remote/waypipe/default.nix b/pkgs/applications/networking/remote/waypipe/default.nix index 8aa0e38fcf42..85862c56357a 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.5"; + version = "0.8.6"; src = fetchFromGitLab { domain = "gitlab.freedesktop.org"; owner = "mstoeckl"; repo = "waypipe"; rev = "v${version}"; - sha256 = "sha256-uf2+PSqgZ+RShuVYlR42xMV38tuYbGV+bW1tdXgiZYU="; + hash = "sha256-1VLPnP4BmF9Zha0uVsPjA/WbF/oLfZmdDX57SzqrV5A="; }; strictDeps = true;