From 89af2f738d961ad2fc1a1fea11c78c04b7f3a7ee Mon Sep 17 00:00:00 2001 From: Vlad Petrov Date: Sun, 10 Nov 2024 14:17:54 +0300 Subject: [PATCH] nordzy-cursor-theme: 0.6.0 -> 2.3.0 Brings: - hyprcursor support - catppuccin theme - lefthand variation of every theme --- pkgs/by-name/no/nordzy-cursor-theme/package.nix | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/pkgs/by-name/no/nordzy-cursor-theme/package.nix b/pkgs/by-name/no/nordzy-cursor-theme/package.nix index 394626cec337..b4b93337d60b 100644 --- a/pkgs/by-name/no/nordzy-cursor-theme/package.nix +++ b/pkgs/by-name/no/nordzy-cursor-theme/package.nix @@ -5,23 +5,24 @@ stdenvNoCC.mkDerivation rec { pname = "nordzy-cursor-theme"; - version = "0.6.0"; + version = "2.3.0"; src = fetchFromGitHub { - owner = "alvatip"; + owner = "guillaumeboehm"; repo = "Nordzy-cursors"; rev = "v${version}"; - sha256 = "sha256-q9PEEyxejRQ8UCwbqsfOCL7M70pLCOLyCx8gEFmZkWA="; + sha256 = "sha256-3HUSl0CQcay4V9pO35cmOEZvrgNOJ3WNZahs+hJjUJU="; }; installPhase = '' mkdir -p $out/share/icons - cp -r Nordzy-cursors{,-white,-lefthand} $out/share/icons + cp -r xcursors/* $out/share/icons + cp -r hyprcursors/themes/* $out/share/icons ''; meta = with lib; { description = "Cursor theme using the Nord color palette and based on Vimix and cz-Viator"; - homepage = "https://github.com/alvatip/Nordzy-cursors"; + homepage = "https://github.com/guillaumeboehm/Nordzy-cursors"; license = licenses.gpl3; platforms = platforms.all; maintainers = with maintainers; [