Merge pull request #31265 from danielfullmer/adapta-3.92.1.72

adapta-gtk-theme: 3.91.2.147 -> 3.92.1.72
This commit is contained in:
Orivej Desh 2017-11-05 04:42:55 +00:00 committed by GitHub
commit 51186eb015
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 = "adapta-gtk-theme-${version}"; name = "adapta-gtk-theme-${version}";
version = "3.91.2.147"; version = "3.92.1.72";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "tista500"; owner = "adapta-project";
repo = "Adapta"; repo = "adapta-gtk-theme";
rev = version; rev = version;
sha256 = "1sv4s8rcc40v4lanapdqanlqf1l60rbc5wd7h73l5cigbqxxgda9"; sha256 = "19kav8m6aj4h7qg0z92k09lppzdgy6h9lxxv3qqqrl3hmg7bn0sx";
}; };
preferLocalBuild = true; preferLocalBuild = true;
@ -40,7 +40,7 @@ stdenv.mkDerivation rec {
meta = with stdenv.lib; { meta = with stdenv.lib; {
description = "An adaptive Gtk+ theme based on Material Design"; description = "An adaptive Gtk+ theme based on Material Design";
homepage = https://github.com/tista500/Adapta; homepage = https://github.com/adapta-project/adapta-gtk-theme;
license = with licenses; [ gpl2 cc-by-sa-30 ]; license = with licenses; [ gpl2 cc-by-sa-30 ];
platforms = platforms.linux; platforms = platforms.linux;
maintainers = [ maintainers.romildo ]; maintainers = [ maintainers.romildo ];