Merge pull request #67900 from romildo/upd.materia-theme
materia-theme: 20190315 -> 20190831
This commit is contained in:
commit
fdd331cceb
1 changed files with 2 additions and 2 deletions
|
@ -2,13 +2,13 @@
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "materia-theme";
|
pname = "materia-theme";
|
||||||
version = "20190315";
|
version = "20190831";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "nana-4";
|
owner = "nana-4";
|
||||||
repo = pname;
|
repo = pname;
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
sha256 = "1fpipwvwxjiriqhysqgx51rnax73hyd5jkyxhc2g3y73s5r2xq82";
|
sha256 = "19b2wyq38wj3id0an47jln1y3zp5ih3kbrgmfpjp6bbdrmfcyccf";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [ glib libxml2 bc ];
|
nativeBuildInputs = [ glib libxml2 bc ];
|
||||||
|
|
Loading…
Reference in a new issue