Skip to content

Commit

Permalink
elementary-xfce-icon-theme: 0.13 -> 0.13.1
Browse files Browse the repository at this point in the history
  • Loading branch information
dtzWill committed Oct 1, 2018
1 parent 884ad95 commit 24d8eb1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/data/icons/elementary-xfce-icon-theme/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@

stdenv.mkDerivation rec {
name = "elementary-xfce-icon-theme-${version}";
version = "0.13";
version = "0.13.1";

src = fetchFromGitHub {
owner = "shimmerproject";
repo = "elementary-xfce";
rev = "v${version}";
sha256 = "01hlpw4vh4kgyghki01jp0snbn0g79mys28fb1m993mivnlzmn75";
sha256 = "16msdrazhbv80cvh5ffvgj13xmkpf87r7mq6xz071fza6nv7g0jn";
};

nativeBuildInputs = [ pkgconfig gdk_pixbuf librsvg optipng gtk3 hicolor-icon-theme ];
Expand Down

0 comments on commit 24d8eb1

Please sign in to comment.