3
0
Fork 0
forked from mirrors/nixpkgs

plata-theme: 0.5.0 -> 0.6.0

This commit is contained in:
Tad Fisher 2019-03-07 17:44:38 -08:00
parent 34aa254f9e
commit d2e375467b

View file

@ -18,13 +18,13 @@
stdenv.mkDerivation rec {
name = "plata-theme-${version}";
version = "0.5.0";
version = "0.6.0";
src = fetchFromGitLab {
owner = "tista500";
repo = "plata-theme";
rev = version;
sha256 = "16kpdil2bmapbd0g2znwz4ddplykzabydw6g2i8wxs9c5r1hx0q5";
sha256 = "182i2wbviwpdvmkmayyqggjx6fvlpf4vsmhsyi6nlg9m4n1djxp8";
};
preferLocalBuild = true;