about summary refs log tree commit diff
path: root/pkgs/misc
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2018-11-19 12:08:57 -0800
committerR. RyanTM <ryantm-bot@ryantm.com>2018-11-19 12:08:57 -0800
commitc779ea736037b4192fcb5af338087c9fe768792c (patch)
tree41fb88607ab432279fad69624f0b17b74123f687 /pkgs/misc
parent0925c482c8378e8a6a8724edc6596ea60f90a113 (diff)
downloadnixlib-c779ea736037b4192fcb5af338087c9fe768792c.tar
nixlib-c779ea736037b4192fcb5af338087c9fe768792c.tar.gz
nixlib-c779ea736037b4192fcb5af338087c9fe768792c.tar.bz2
nixlib-c779ea736037b4192fcb5af338087c9fe768792c.tar.lz
nixlib-c779ea736037b4192fcb5af338087c9fe768792c.tar.xz
nixlib-c779ea736037b4192fcb5af338087c9fe768792c.tar.zst
nixlib-c779ea736037b4192fcb5af338087c9fe768792c.zip
equilux-theme: 20180927 -> 20181029
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/equilux-theme/versions
Diffstat (limited to 'pkgs/misc')
-rw-r--r--pkgs/misc/themes/equilux-theme/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/misc/themes/equilux-theme/default.nix b/pkgs/misc/themes/equilux-theme/default.nix
index 42fe402a4860..21016eba844c 100644
--- a/pkgs/misc/themes/equilux-theme/default.nix
+++ b/pkgs/misc/themes/equilux-theme/default.nix
@@ -2,13 +2,13 @@
 
 stdenv.mkDerivation rec {
   name = "equilux-theme-${version}";
-  version = "20180927";
+  version = "20181029";
 
   src = fetchFromGitHub {
     owner = "ddnexus";
     repo = "equilux-theme";
     rev = "equilux-v${version}";
-    sha256 = "1j7ykygmwv3dmzqdc9byir86sjz6ykhv9bv1pll1bjvvnaalyzgk";
+    sha256 = "0lv2yyxhnmnkwxp576wnb01id4fp734b5z5n0l67sg5z7vc2h8fc";
   };
 
   nativeBuildInputs = [ gnome3.glib libxml2 bc ];