Merge pull request #55545 from romildo/upd.zuki-themes

zuki-themes: 3.28-3 -> 3.30-1
This commit is contained in:
worldofpeace 2019-02-11 01:43:17 +00:00 committed by GitHub
commit 86c39d3533
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 6 deletions

View file

@ -1,14 +1,14 @@
{ stdenv, fetchFromGitHub, gdk_pixbuf, librsvg, gtk-engine-murrine }:
stdenv.mkDerivation rec {
name = "zuki-themes-${version}";
version = "3.28-3";
pname = "zuki-themes";
version = "3.30-1";
src = fetchFromGitHub {
owner = "lassekongo83";
repo = "zuki-themes";
repo = pname;
rev = "v${version}";
sha256 = "0sgp41fpd8lyyb0v82y41v3hmb0ayv3zqqrv0m3ln0dzkr7ym9g7";
sha256 = "0d7i0jhjiarqnwkc1k505bw8r9bvbwk3x8yzqmc3vnwcd7mr3m9x";
};
buildInputs = [ gdk_pixbuf librsvg ];

View file

@ -16004,6 +16004,8 @@ in
zilla-slab = callPackage ../data/fonts/zilla-slab { };
zuki-themes = callPackage ../data/themes/zuki { };
### APPLICATIONS
@ -23275,8 +23277,6 @@ in
zk-shell = callPackage ../applications/misc/zk-shell { };
zuki-themes = callPackage ../misc/themes/zuki { };
tora = libsForQt5.callPackage ../development/tools/tora {};
xulrunner = firefox-unwrapped;