adapta-gtk-theme: 3.91.2.147 -> 3.92.1.72

This commit is contained in:
Daniel Fullmer 2017-11-04 18:03:04 -04:00
parent 5cfd049a03
commit bfe218e3cb

View File

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
name = "adapta-gtk-theme-${version}";
version = "3.91.2.147";
version = "3.92.1.72";
src = fetchFromGitHub {
owner = "tista500";
repo = "Adapta";
owner = "adapta-project";
repo = "adapta-gtk-theme";
rev = version;
sha256 = "1sv4s8rcc40v4lanapdqanlqf1l60rbc5wd7h73l5cigbqxxgda9";
sha256 = "19kav8m6aj4h7qg0z92k09lppzdgy6h9lxxv3qqqrl3hmg7bn0sx";
};
preferLocalBuild = true;
@ -40,7 +40,7 @@ stdenv.mkDerivation rec {
meta = with stdenv.lib; {
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 ];
platforms = platforms.linux;
maintainers = [ maintainers.romildo ];