Merge pull request #59760 from tadfisher/plata

plata-theme: 0.6.0 -> 0.7.6
This commit is contained in:
Renaud 2019-04-18 23:39:56 +02:00 committed by GitHub
commit 72d9086b95
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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