nordzy-cursor-theme: 0.6.0 -> 2.3.0 (#354971)

authored by Arne Keller and committed by GitHub aaa46e39 2c8e6aef

+6 -5
+6 -5
pkgs/by-name/no/nordzy-cursor-theme/package.nix
··· 5 6 stdenvNoCC.mkDerivation rec { 7 pname = "nordzy-cursor-theme"; 8 - version = "0.6.0"; 9 10 src = fetchFromGitHub { 11 - owner = "alvatip"; 12 repo = "Nordzy-cursors"; 13 rev = "v${version}"; 14 - sha256 = "sha256-q9PEEyxejRQ8UCwbqsfOCL7M70pLCOLyCx8gEFmZkWA="; 15 }; 16 17 installPhase = '' 18 mkdir -p $out/share/icons 19 - cp -r Nordzy-cursors{,-white,-lefthand} $out/share/icons 20 ''; 21 22 meta = with lib; { 23 description = "Cursor theme using the Nord color palette and based on Vimix and cz-Viator"; 24 - homepage = "https://github.com/alvatip/Nordzy-cursors"; 25 license = licenses.gpl3; 26 platforms = platforms.all; 27 maintainers = with maintainers; [
··· 5 6 stdenvNoCC.mkDerivation rec { 7 pname = "nordzy-cursor-theme"; 8 + version = "2.3.0"; 9 10 src = fetchFromGitHub { 11 + owner = "guillaumeboehm"; 12 repo = "Nordzy-cursors"; 13 rev = "v${version}"; 14 + sha256 = "sha256-3HUSl0CQcay4V9pO35cmOEZvrgNOJ3WNZahs+hJjUJU="; 15 }; 16 17 installPhase = '' 18 mkdir -p $out/share/icons 19 + cp -r xcursors/* $out/share/icons 20 + cp -r hyprcursors/themes/* $out/share/icons 21 ''; 22 23 meta = with lib; { 24 description = "Cursor theme using the Nord color palette and based on Vimix and cz-Viator"; 25 + homepage = "https://github.com/guillaumeboehm/Nordzy-cursors"; 26 license = licenses.gpl3; 27 platforms = platforms.all; 28 maintainers = with maintainers; [