Merge pull request #73263 from kylesferrazza/update-numix-gtk-theme

numix-solarized-gtk-theme: 20170810 -> 20180913
This commit is contained in:
Jaka Hudoklin 2019-11-12 07:50:44 +01:00 committed by GitHub
commit 2041381185
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3,14 +3,14 @@
}:
stdenv.mkDerivation rec {
version = "20170810";
version = "20180913";
pname = "numix-solarized-gtk-theme";
src = fetchFromGitHub {
owner = "Ferdi265";
repo = "numix-solarized-gtk-theme";
rev = version;
sha256 = "0l4xvsiyg15kp6xwpvm3jckxyhr1lxd678lkhrcyf40n7rd4xinl";
sha256 = "1kda0lyqi3cxh163fbj8yyi6jj6pf0y980k4s0cmyi3hkh4cqyd5";
};
nativeBuildInputs = [ python3 sass glib gdk-pixbuf libxml2 inkscape optipng ];