Skip to content

Commit

Permalink
clearlooks-phenix: 5.0.7 -> 7.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
romildo authored and rycee committed Sep 15, 2017
1 parent 32f7c56 commit 17c3599
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{ stdenv, fetchurl }:

stdenv.mkDerivation rec {
version = "5.0.7";
version = "7.0.1";
name = "clearlooks-phenix-${version}";

src = fetchurl {
url = "http://github.com/jpfleury/clearlooks-phenix/archive/${version}.tar.gz";
sha256 = "107jx3p3zwzy8xy0m8hwzs1kp8j60xgc3dja27r3vwhb3x3y1i8k";
sha256 = "1x2psfbhxc3bk3q795bafxv6p890yfsankfw64p44q4r1x0236ra";
};

dontBuild = true;
Expand Down
2 changes: 1 addition & 1 deletion pkgs/top-level/all-packages.nix
Original file line number Diff line number Diff line change
Expand Up @@ -17853,7 +17853,7 @@ with pkgs;

### DESKTOP ENVIRONMENTS

clearlooks-phenix = callPackage ../misc/themes/gtk3/clearlooks-phenix { };
clearlooks-phenix = callPackage ../misc/themes/clearlooks-phenix { };

enlightenment = recurseIntoAttrs (callPackage ../desktops/enlightenment {
callPackage = newScope pkgs.enlightenment;
Expand Down

0 comments on commit 17c3599

Please sign in to comment.