about summary refs log tree commit diff
path: root/pkgs/data
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2020-03-23 16:37:03 +0000
committerJon <jonringer@users.noreply.github.com>2020-03-24 11:03:19 -0700
commit3eb730f4402a3dd38a8175e9bcc215e4cc1af12c (patch)
tree7784131babb445a5486d6a0f79e8bf01d492b92e /pkgs/data
parent7d0dd86a9fd693cef55613c4570b91d36441b838 (diff)
downloadnixlib-3eb730f4402a3dd38a8175e9bcc215e4cc1af12c.tar
nixlib-3eb730f4402a3dd38a8175e9bcc215e4cc1af12c.tar.gz
nixlib-3eb730f4402a3dd38a8175e9bcc215e4cc1af12c.tar.bz2
nixlib-3eb730f4402a3dd38a8175e9bcc215e4cc1af12c.tar.lz
nixlib-3eb730f4402a3dd38a8175e9bcc215e4cc1af12c.tar.xz
nixlib-3eb730f4402a3dd38a8175e9bcc215e4cc1af12c.tar.zst
nixlib-3eb730f4402a3dd38a8175e9bcc215e4cc1af12c.zip
elementary-xfce-icon-theme: 0.14 -> 0.15
Diffstat (limited to 'pkgs/data')
-rw-r--r--pkgs/data/icons/elementary-xfce-icon-theme/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/data/icons/elementary-xfce-icon-theme/default.nix b/pkgs/data/icons/elementary-xfce-icon-theme/default.nix
index 221974c79419..3aebf09554c3 100644
--- a/pkgs/data/icons/elementary-xfce-icon-theme/default.nix
+++ b/pkgs/data/icons/elementary-xfce-icon-theme/default.nix
@@ -2,13 +2,13 @@
 
 stdenv.mkDerivation rec {
   pname = "elementary-xfce-icon-theme";
-  version = "0.14";
+  version = "0.15";
 
   src = fetchFromGitHub {
     owner = "shimmerproject";
     repo = "elementary-xfce";
     rev = "v${version}";
-    sha256 = "00sk6sv0kkfb3q0jqwcllzawi30rw8nfkkfn5l1qwqha48izw3r4";
+    sha256 = "1f6qvpzxz759znishmr4b22n540y18glv41wmy91r78sa4g6x4sh";
   };
 
   nativeBuildInputs = [ pkgconfig gdk-pixbuf librsvg optipng gtk3 ];
@@ -29,7 +29,7 @@ stdenv.mkDerivation rec {
 
   meta = with stdenv.lib; {
     description = "Elementary icons for Xfce and other GTK desktops like GNOME";
-    homepage = https://github.com/shimmerproject/elementary-xfce;
+    homepage = "https://github.com/shimmerproject/elementary-xfce";
     license = licenses.gpl2;
     # darwin cannot deal with file names differing only in case
     platforms = platforms.linux;