Merge pull request #52520 from romildo/upd.plano-theme

plano-theme: 3.28-3 -> 3.30-1
This commit is contained in:
Renaud 2018-12-19 15:55:44 +01:00 committed by GitHub
commit 433b867b61
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View file

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

View file

@ -22658,7 +22658,7 @@ in
pjsip = callPackage ../applications/networking/pjsip { };
plano-theme = callPackage ../misc/themes/plano { };
plano-theme = callPackage ../data/themes/plano { };
ppsspp = libsForQt5.callPackage ../misc/emulators/ppsspp { };