From b24f546ebd40ab9bad7510b407b9ac13272ecaab Mon Sep 17 00:00:00 2001 From: Gutyina Gergő Date: Thu, 26 Oct 2023 19:01:07 +0200 Subject: arandr: 0.1.10 -> 0.1.11 --- pkgs/tools/X11/arandr/default.nix | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'pkgs') diff --git a/pkgs/tools/X11/arandr/default.nix b/pkgs/tools/X11/arandr/default.nix index 6c4c89e888875..fd47e357375f5 100644 --- a/pkgs/tools/X11/arandr/default.nix +++ b/pkgs/tools/X11/arandr/default.nix @@ -13,11 +13,11 @@ let in buildPythonApplication rec { pname = "arandr"; - version = "0.1.10"; + version = "0.1.11"; src = fetchurl { url = "https://christian.amsuess.com/tools/arandr/files/${pname}-${version}.tar.gz"; - sha256 = "135q0llvm077jil2fr92ssw3p095m4r8jfj0lc5rr3m71n4srj6v"; + hash = "sha256-5Mu+Npi7gSs5V3CHAXS+AJS7rrOREFqBH5X0LrGCrgI="; }; preBuild = '' @@ -31,10 +31,10 @@ buildPythonApplication rec { nativeBuildInputs = [ gobject-introspection wrapGAppsHook ]; propagatedBuildInputs = [ xrandr pygobject3 ]; - meta = { + meta = with lib; { homepage = "https://christian.amsuess.com/tools/arandr/"; description = "A simple visual front end for XRandR"; - license = lib.licenses.gpl3; - maintainers = [ lib.maintainers.domenkozar ]; + license = licenses.gpl3; + maintainers = with maintainers; [ domenkozar gepbird ]; }; } -- cgit 1.4.1 From 690ae1f887dc5a4abb99a233560e0f46d0d45e7d Mon Sep 17 00:00:00 2001 From: Domen Kožar Date: Fri, 27 Oct 2023 11:32:53 +0100 Subject: arandr: remove domenkozar as maintainer --- pkgs/tools/X11/arandr/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pkgs') diff --git a/pkgs/tools/X11/arandr/default.nix b/pkgs/tools/X11/arandr/default.nix index fd47e357375f5..1421b2a028dae 100644 --- a/pkgs/tools/X11/arandr/default.nix +++ b/pkgs/tools/X11/arandr/default.nix @@ -35,6 +35,6 @@ buildPythonApplication rec { homepage = "https://christian.amsuess.com/tools/arandr/"; description = "A simple visual front end for XRandR"; license = licenses.gpl3; - maintainers = with maintainers; [ domenkozar gepbird ]; + maintainers = with maintainers; [ gepbird ]; }; } -- cgit 1.4.1