From 67851e82ae78f772a91e89d295f556d70aece002 Mon Sep 17 00:00:00 2001 From: Sergei Trofimovich Date: Mon, 10 Jun 2024 21:32:55 +0100 Subject: [PATCH] waypipe: 0.9.0 -> 0.9.1 Changes: https://gitlab.freedesktop.org/mstoeckl/waypipe/-/releases/v0.9.1 --- 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 5137867ee437..122f3f6bdf1b 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.9.0"; + version = "0.9.1"; src = fetchFromGitLab { domain = "gitlab.freedesktop.org"; owner = "mstoeckl"; repo = "waypipe"; rev = "v${version}"; - hash = "sha256-zk5IzZiFff9EeJn24/QmE1ybcBkxpaz6Owp77CfCwV0="; + hash = "sha256-4I8ohllhIA3/LNgFAKH5GwwHKO5QKNex0+Be0OOgR14="; }; strictDeps = true;