mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 13:41:26 +00:00
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:
commit
1ffc48e739
|
@ -2,13 +2,13 @@
|
|||
|
||||
stdenv.mkDerivation rec {
|
||||
pname = "vimix-gtk-themes";
|
||||
version = "2020-02-24";
|
||||
version = "2020-11-28";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "vinceliuice";
|
||||
repo = pname;
|
||||
rev = version;
|
||||
sha256 = "18v7yhwzachjgy276rdhj5cg353f0qysa2kxk9gyc6s71q2gjzcv";
|
||||
sha256 = "1m84p4cs9dfwc27zfjnwgkfdnfmlzbimq3g5z4mhz23cijm178rf";
|
||||
};
|
||||
|
||||
buildInputs = [ gtk_engines ];
|
||||
|
|
Loading…
Reference in a new issue