plata-theme: 0.4.9 -> 0.5.0 (#53250)

Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/plata-theme/versions
This commit is contained in:
R. RyanTM 2019-02-23 16:03:21 -08:00 committed by xeji
parent 2b7f40ad32
commit 57a7ee1845

View File

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