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:
parent
9b82f1749b
commit
0721c1ff3d
|
@ -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 ];
|
||||
|
|
Loading…
Reference in a new issue