Merge pull request #100409 from romildo/upd.arc-theme

arc-theme: 20200819 -> 20201013
This commit is contained in:
Rok Garbas 2020-10-14 14:14:43 +02:00 committed by GitHub
commit 2d18761a82
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,7 +2,7 @@
, fetchFromGitHub , fetchFromGitHub
, sassc , sassc
, autoreconfHook , autoreconfHook
, pkgconfig , pkg-config
, gtk3 , gtk3
, gnome3 , gnome3
, gtk-engine-murrine , gtk-engine-murrine
@ -13,18 +13,18 @@
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
pname = "arc-theme"; pname = "arc-theme";
version = "20200819"; version = "20201013";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "jnsh"; owner = "jnsh";
repo = pname; repo = pname;
rev = version; rev = version;
sha256 = "1l5sc4r5jp3526r4p32fszny0cw6pkb45cp424hq0s0k344z9px6"; sha256 = "1x2l1mwjx68dwf3jb1i90c1q8nqsl1wf2zggcn8im6590k5yv39s";
}; };
nativeBuildInputs = [ nativeBuildInputs = [
autoreconfHook autoreconfHook
pkgconfig pkg-config
sassc sassc
optipng optipng
inkscape inkscape
@ -56,7 +56,7 @@ stdenv.mkDerivation rec {
meta = with stdenv.lib; { meta = with stdenv.lib; {
description = "Flat theme with transparent elements for GTK 3, GTK 2 and Gnome Shell"; description = "Flat theme with transparent elements for GTK 3, GTK 2 and Gnome Shell";
homepage = "https://github.com/jnsh/arc-theme"; homepage = "https://github.com/jnsh/arc-theme";
license = licenses.gpl3; license = licenses.gpl3Only;
platforms = platforms.linux; platforms = platforms.linux;
maintainers = with maintainers; [ simonvandel romildo ]; maintainers = with maintainers; [ simonvandel romildo ];
}; };