about summary refs log tree commit diff
path: root/pkgs/data/icons/elementary-xfce-icon-theme
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2018-07-29 11:29:24 -0700
committerxeji <36407913+xeji@users.noreply.github.com>2018-07-29 20:29:24 +0200
commit96c638b59e3bf52743066f78b09fb9241a63c325 (patch)
treedf425d43cad33a2779846bacb348c785d2153461 /pkgs/data/icons/elementary-xfce-icon-theme
parent7d3daa31b94a71e5bde4328ef8427e8fe02fff62 (diff)
elementary-xfce-icon-theme: 0.11 -> 0.12 (#43773)
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/elementary-xfce-icon-theme/versions.
Diffstat (limited to 'pkgs/data/icons/elementary-xfce-icon-theme')
-rw-r--r--pkgs/data/icons/elementary-xfce-icon-theme/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/data/icons/elementary-xfce-icon-theme/default.nix b/pkgs/data/icons/elementary-xfce-icon-theme/default.nix
index 8a831a630d865..4b3f7f54ad1a0 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 {
   name = "elementary-xfce-icon-theme-${version}";
-  version = "0.11";
+  version = "0.12";
 
   src = fetchFromGitHub {
     owner = "shimmerproject";
     repo = "elementary-xfce";
     rev = "elementary-xfce-${version}";
-    sha256 = "1hgbw9wwsgrbrs8lgdhba2m8m1cvqbcy27b87kjws6jsa00f5hx6";
+    sha256 = "036676443sj4lxm7z211b0br87zdnbrb9z41czfq65r1wwwdf3rq";
   };
 
   nativeBuildInputs = [ gtk3 hicolor-icon-theme ];