Merge pull request #32840 from romildo/upd.materia

materia-theme: 20171112 -> 20171213
This commit is contained in:
Jörg Thalheim 2017-12-19 21:54:55 +00:00 committed by GitHub
commit acc9a2d071
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,13 +2,13 @@
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
name = "materia-theme-${version}"; name = "materia-theme-${version}";
version = "20171112"; version = "20171213";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "nana-4"; owner = "nana-4";
repo = "materia-theme"; repo = "materia-theme";
rev = "v${version}"; rev = "v${version}";
sha256 = "0iwak15mxkwazfnkxw4wf2qgr6s64jh8lxy0wfqvb2willzabprk"; sha256 = "1dn458r8ca97xz4pqyxy2rqigs97dg3k868l4yvlsdy732mspm0h";
}; };
nativeBuildInputs = [ gnome3.glib libxml2 ]; nativeBuildInputs = [ gnome3.glib libxml2 ];
@ -27,7 +27,7 @@ stdenv.mkDerivation rec {
''; '';
meta = with stdenv.lib; { meta = with stdenv.lib; {
description = "A Material Design-like theme for GNOME/GTK+ based desktop environments (formerly Flat-Plat)"; description = "A Material Design theme for GNOME/GTK+ based desktop environments (formerly Flat-Plat)";
homepage = https://github.com/nana-4/materia-theme; homepage = https://github.com/nana-4/materia-theme;
license = licenses.gpl2; license = licenses.gpl2;
platforms = platforms.all; platforms = platforms.all;