From be4967cc4e554ec2ecfb87e06b41fe9411892664 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gutyina=20Gerg=C5=91?= Date: Tue, 22 Aug 2023 00:52:11 +0200 Subject: [PATCH] colorpicker: switch to Jack12816's fork This fork introduces the --preview option. --- pkgs/tools/misc/colorpicker/default.nix | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/pkgs/tools/misc/colorpicker/default.nix b/pkgs/tools/misc/colorpicker/default.nix index 475041b4f68..8b45da17626 100644 --- a/pkgs/tools/misc/colorpicker/default.nix +++ b/pkgs/tools/misc/colorpicker/default.nix @@ -2,13 +2,13 @@ stdenv.mkDerivation rec { pname = "colorpicker"; - version = "unstable-2018-01-14"; + version = "unstable-2017-09-01"; src = fetchFromGitHub { - owner = "Ancurio"; + owner = "Jack12816"; repo = "colorpicker"; - rev = "287676947e6e3b5b0cee784aeb1638cf22f0ce17"; - sha256 = "1kj1dpb79llrfpszraaz6r7ci114zqi5rmqxwsvq2dnnpjxyi29r"; + rev = "a4455b92fde1dfbac81e7852f171093932154a30"; + sha256 = "z2asxTIP8WcsWcePmIg0k4bOF2JwkqOxNqSpQv4/a40="; }; nativeBuildInputs = [ pkg-config ]; @@ -20,7 +20,7 @@ stdenv.mkDerivation rec { meta = with lib; { description = "Click on a pixel on your screen and print its color value in RGB"; - homepage = "https://github.com/Ancurio/colorpicker"; + homepage = "https://github.com/Jack12816/colorpicker"; maintainers = with maintainers; [ jb55 ]; license = licenses.mit; mainProgram = "colorpicker";