Merge pull request #105579 from r-ryantm/auto-update/vimix-gtk-themes

vimix-gtk-themes: 2020-02-24 -> 2020-11-28
This commit is contained in:
Sandro 2020-12-01 14:06:25 +01:00 committed by GitHub
commit 1ffc48e739
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 {
pname = "vimix-gtk-themes"; pname = "vimix-gtk-themes";
version = "2020-02-24"; version = "2020-11-28";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "vinceliuice"; owner = "vinceliuice";
repo = pname; repo = pname;
rev = version; rev = version;
sha256 = "18v7yhwzachjgy276rdhj5cg353f0qysa2kxk9gyc6s71q2gjzcv"; sha256 = "1m84p4cs9dfwc27zfjnwgkfdnfmlzbimq3g5z4mhz23cijm178rf";
}; };
buildInputs = [ gtk_engines ]; buildInputs = [ gtk_engines ];