Merge pull request #31156 from manveru/fix-numix-hash
numix-gtk-theme: fix hash
This commit is contained in:
commit
cfc778a175
1 changed files with 1 additions and 1 deletions
|
@ -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