clearlooks-phenix: 5.0.7 -> 7.0.1

This commit is contained in:
romildo 2017-09-14 13:03:07 -03:00 committed by Robert Helgesson
parent 32f7c567cd
commit 17c3599ee3
No known key found for this signature in database
GPG Key ID: C3DB11069E65DC86
2 changed files with 3 additions and 3 deletions

View File

@ -1,12 +1,12 @@
{ stdenv, fetchurl }: { stdenv, fetchurl }:
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
version = "5.0.7"; version = "7.0.1";
name = "clearlooks-phenix-${version}"; name = "clearlooks-phenix-${version}";
src = fetchurl { src = fetchurl {
url = "http://github.com/jpfleury/clearlooks-phenix/archive/${version}.tar.gz"; url = "http://github.com/jpfleury/clearlooks-phenix/archive/${version}.tar.gz";
sha256 = "107jx3p3zwzy8xy0m8hwzs1kp8j60xgc3dja27r3vwhb3x3y1i8k"; sha256 = "1x2psfbhxc3bk3q795bafxv6p890yfsankfw64p44q4r1x0236ra";
}; };
dontBuild = true; dontBuild = true;

View File

@ -17853,7 +17853,7 @@ with pkgs;
### DESKTOP ENVIRONMENTS ### DESKTOP ENVIRONMENTS
clearlooks-phenix = callPackage ../misc/themes/gtk3/clearlooks-phenix { }; clearlooks-phenix = callPackage ../misc/themes/clearlooks-phenix { };
enlightenment = recurseIntoAttrs (callPackage ../desktops/enlightenment { enlightenment = recurseIntoAttrs (callPackage ../desktops/enlightenment {
callPackage = newScope pkgs.enlightenment; callPackage = newScope pkgs.enlightenment;