numix-solarized-gtk-theme: 20210522 -> 20210831

+4 -3
+4 -3
pkgs/data/themes/numix-solarized/default.nix
··· 2 3 stdenv.mkDerivation rec { 4 pname = "numix-solarized-gtk-theme"; 5 - version = "20210522"; 6 7 src = fetchFromGitHub { 8 owner = "Ferdi265"; 9 repo = pname; 10 rev = version; 11 - sha256 = "0hin73fmfir4w1z0j87k5hahhf2blhcq4r7gf89gz4slnl18cvjh"; 12 }; 13 14 nativeBuildInputs = [ python3 sassc glib gdk-pixbuf inkscape ]; ··· 24 25 installPhase = '' 26 runHook preInstall 27 - for theme in *.colors; do 28 make THEME="''${theme/.colors/}" install 29 done 30 runHook postInstall
··· 2 3 stdenv.mkDerivation rec { 4 pname = "numix-solarized-gtk-theme"; 5 + version = "20210831"; 6 7 src = fetchFromGitHub { 8 owner = "Ferdi265"; 9 repo = pname; 10 rev = version; 11 + sha256 = "1q8qhpw0hfv625sm626zp4vbz2106b0g5m11ygk87s6kbxrfg6lr"; 12 }; 13 14 nativeBuildInputs = [ python3 sassc glib gdk-pixbuf inkscape ]; ··· 24 25 installPhase = '' 26 runHook preInstall 27 + for theme in colors/*.colors; do 28 + theme="''${theme##*/}" 29 make THEME="''${theme/.colors/}" install 30 done 31 runHook postInstall