numix-icon-theme-square: 20.09.19 -> 21.04.14

+3 -3
+3 -3
pkgs/data/icons/numix-icon-theme-square/default.nix
··· 2 2 3 3 stdenv.mkDerivation rec { 4 4 pname = "numix-icon-theme-square"; 5 - version = "20.09.19"; 5 + version = "21.04.14"; 6 6 7 7 src = fetchFromGitHub { 8 8 owner = "numixproject"; 9 9 repo = pname; 10 10 rev = version; 11 - sha256 = "0afraarfcd66mpidmn0l90wif8kmwzdj3s09g704kwszyijxs80z"; 11 + sha256 = "0ndxjp173dwz78m41mn818mh4bdsxa2ypv4wrwicx0v4d8z90ddj"; 12 12 }; 13 13 14 14 nativeBuildInputs = [ gtk3 ]; ··· 37 37 meta = with lib; { 38 38 description = "Numix icon theme (square version)"; 39 39 homepage = "https://numixproject.github.io"; 40 - license = licenses.gpl3; 40 + license = licenses.gpl3Only; 41 41 # darwin cannot deal with file names differing only in case 42 42 platforms = platforms.linux; 43 43 maintainers = with maintainers; [ romildo ];