From 13fcd1f2e58f4e883a90ee36c6b9189ec264230b Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Tue, 23 May 2023 08:42:19 +0000 Subject: [PATCH 1/2] gtklock-userinfo-module: 2.0.0 -> 2.1.0 --- pkgs/tools/wayland/gtklock/userinfo-module.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/tools/wayland/gtklock/userinfo-module.nix b/pkgs/tools/wayland/gtklock/userinfo-module.nix index 46992ed2d97c..36a5ae44b118 100644 --- a/pkgs/tools/wayland/gtklock/userinfo-module.nix +++ b/pkgs/tools/wayland/gtklock/userinfo-module.nix @@ -9,13 +9,13 @@ stdenv.mkDerivation rec { pname = "gtklock-userinfo-module"; - version = "2.0.0"; + version = "2.1.0"; src = fetchFromGitHub { owner = "jovanlanik"; repo = pname; rev = "v${version}"; - hash = "sha256-7dtw6GZ7l0fbTxRxMWH4yRj9Zqz9KB3acmwnF/8LALg="; + hash = "sha256-WNUX0wRoh14rZRmiyQEGZPKJRr6oNW8B6LEwhDSPcyY="; }; nativeBuildInputs = [ pkg-config ]; From e27b18a9b72e0aa0f102fa53dfbcfa31e079096c Mon Sep 17 00:00:00 2001 From: Weijia Wang <9713184+wegank@users.noreply.github.com> Date: Wed, 24 May 2023 12:00:06 +0300 Subject: [PATCH 2/2] gtklock-userinfo-module: fix homepage --- pkgs/tools/wayland/gtklock/userinfo-module.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/tools/wayland/gtklock/userinfo-module.nix b/pkgs/tools/wayland/gtklock/userinfo-module.nix index 36a5ae44b118..0de3f12284af 100644 --- a/pkgs/tools/wayland/gtklock/userinfo-module.nix +++ b/pkgs/tools/wayland/gtklock/userinfo-module.nix @@ -26,7 +26,7 @@ stdenv.mkDerivation rec { meta = with lib; { description = "Gtklock module adding user info to the lockscreen"; - homepage = "https://github.com/jovanlanik/gtklock-powerbar-module"; + homepage = "https://github.com/jovanlanik/gtklock-userinfo-module"; license = licenses.gpl3Only; maintainers = with maintainers; [ aleksana ]; platforms = platforms.linux;