Merge pull request #179431 from kilianar/nordzy-icon-theme

nordzy-icon-theme: unstable-2022-01-23 -> 1.5

authored by José Romildo Malaquias and committed by GitHub 2e8ca091 09143afa

+4 -4
+4 -4
pkgs/data/icons/nordzy-icon-theme/default.nix
··· 6 , nordzy-themes ? [ "all" ] # Override this to only install selected themes 7 }: 8 9 - stdenvNoCC.mkDerivation { 10 pname = "nordzy-icon-theme"; 11 - version = "unstable-2022-01-23"; 12 13 src = fetchFromGitHub { 14 owner = "alvatip"; 15 repo = "Nordzy-icon"; 16 - rev = "10b9ee80ef5c4cac1d1770d89a6d55046521ea36"; 17 - sha256 = "1b8abhs5gzr2qy407jq818pr67vjky8zn3pa3c8n552ayybblibk"; 18 }; 19 20 # In the post patch phase we should first make sure to patch shebangs.
··· 6 , nordzy-themes ? [ "all" ] # Override this to only install selected themes 7 }: 8 9 + stdenvNoCC.mkDerivation rec { 10 pname = "nordzy-icon-theme"; 11 + version = "1.5"; 12 13 src = fetchFromGitHub { 14 owner = "alvatip"; 15 repo = "Nordzy-icon"; 16 + rev = version; 17 + sha256 = "sha256-2uMbiee7wCyDxs6kYd5sL/keDVIVjIWxoci5/t2HF8s="; 18 }; 19 20 # In the post patch phase we should first make sure to patch shebangs.