1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-22 13:41:26 +00:00

numix-gtk-theme: fix hash

This commit is contained in:
Michael Fellinger 2017-11-02 21:45:19 +01:00
parent 9b82f1749b
commit 0721c1ff3d

View file

@ -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 ];