Merge pull request #31156 from manveru/fix-numix-hash

numix-gtk-theme: fix hash
This commit is contained in:
Orivej Desh 2017-11-02 20:56:29 +00:00 committed by GitHub
commit cfc778a175
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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