summaryrefslogtreecommitdiffstats
path: root/pkgs/misc/themes
diff options
context:
space:
mode:
authorMichael Fellinger <michael.fellinger@xing.com>2017-11-02 21:45:19 +0100
committerMichael Fellinger <michael.fellinger@xing.com>2017-11-02 21:45:19 +0100
commit0721c1ff3d04313a266cf5d688945996048780f9 (patch)
treebcf1b0b6a3270c29bdd868e3f7e19338ed2a13c2 /pkgs/misc/themes
parent9b82f1749b61714c261cb357611eb6763c99c453 (diff)
numix-gtk-theme: fix hash
Diffstat (limited to 'pkgs/misc/themes')
-rw-r--r--pkgs/misc/themes/numix/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/misc/themes/numix/default.nix b/pkgs/misc/themes/numix/default.nix
index 233a73df868e..e21faf8b805c 100644
--- a/pkgs/misc/themes/numix/default.nix
+++ b/pkgs/misc/themes/numix/default.nix
@@ -10,7 +10,7 @@ stdenv.mkDerivation rec {
repo = "numix-gtk-theme";
owner = "numixproject";
rev = version;
- sha256 = "1fmlc6vi8prvwsq0nxxcd00lp04bwmapzjqf727wb1czqf2lf0dv";
+ sha256 = "12mw0kr0kkvg395qlbsvkvaqccr90cmxw5rrsl236zh43kj8grb7";
};
nativeBuildInputs = [ sass glib libxml2 gdk_pixbuf ];