3
0
Fork 0
forked from mirrors/nixpkgs

plano-theme: 3.30-1 -> 3.30-2

This commit is contained in:
José Romildo Malaquias 2018-12-19 16:39:11 -02:00 committed by worldofpeace
parent d0546f0a1b
commit 31d3a99aed
2 changed files with 4 additions and 4 deletions

View file

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
name = "plano-theme-${version}";
version = "3.30-1";
version = "3.30-2";
src = fetchFromGitHub {
owner = "lassekongo83";
repo = "plano-theme";
rev = "v${version}";
sha256 = "152iqfhwxmxx817n05j603263nbmry626zxq8hiljww8zpmqh8j2";
sha256 = "06yagpb0dpb8nzh3lvs607rzg6y5l6skl4mjcmbxayapsqka45hj";
};
buildInputs = [ gdk_pixbuf gtk_engines ];

View file

@ -15676,6 +15676,8 @@ in
penna = callPackage ../data/fonts/penna { };
plano-theme = callPackage ../data/themes/plano { };
plata-theme = callPackage ../data/themes/plata {};
poly = callPackage ../data/fonts/poly { };
@ -22656,8 +22658,6 @@ in
pjsip = callPackage ../applications/networking/pjsip { };
plano-theme = callPackage ../data/themes/plano { };
ppsspp = libsForQt5.callPackage ../misc/emulators/ppsspp { };
pt = callPackage ../applications/misc/pt { };