From 32376ec1e798c52da4aa214c0ad5220ca89d6353 Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Tue, 23 May 2023 03:01:32 +0000 Subject: [PATCH] wlrctl: 0.2.1 -> 0.2.2 --- pkgs/tools/wayland/wlrctl/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/tools/wayland/wlrctl/default.nix b/pkgs/tools/wayland/wlrctl/default.nix index 4b093a65cd1f..ebe6629f3704 100644 --- a/pkgs/tools/wayland/wlrctl/default.nix +++ b/pkgs/tools/wayland/wlrctl/default.nix @@ -2,13 +2,13 @@ stdenv.mkDerivation rec { pname = "wlrctl"; - version = "0.2.1"; + version = "0.2.2"; src = fetchFromSourcehut { owner = "~brocellous"; repo = "wlrctl"; rev = "v${version}"; - sha256 = "039cxc82k7x473n6d65jray90rj35qmfdmr390zy0c7ic7vn4b78"; + sha256 = "sha256-5mDcCSHbZMbfXbksAO4YhELznKpanse7jtbtfr09HL0="; }; strictDeps = true;