plata-theme: 0.9.2 -> 0.9.3
This commit is contained in:
parent
f124f11e50
commit
b577edfa8c
@ -19,13 +19,13 @@
|
|||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "plata-theme";
|
pname = "plata-theme";
|
||||||
version = "0.9.2";
|
version = "0.9.3";
|
||||||
|
|
||||||
src = fetchFromGitLab {
|
src = fetchFromGitLab {
|
||||||
owner = "tista500";
|
owner = "tista500";
|
||||||
repo = "plata-theme";
|
repo = "plata-theme";
|
||||||
rev = version;
|
rev = version;
|
||||||
sha256 = "1z8kiac3gb4hsyq92p5dd8fyjv7bad55q65kbnjiskpm4ircg4ja";
|
sha256 = "183kas7b5vxm6l2m5c4yh8cnq05sfa82afcp9h6cfj2rh2iv6kqy";
|
||||||
};
|
};
|
||||||
|
|
||||||
preferLocalBuild = true;
|
preferLocalBuild = true;
|
||||||
@ -83,7 +83,7 @@ stdenv.mkDerivation rec {
|
|||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
description = "A GTK theme based on Material Design Refresh";
|
description = "A GTK theme based on Material Design Refresh";
|
||||||
homepage = https://gitlab.com/tista500/plata-theme;
|
homepage = "https://gitlab.com/tista500/plata-theme";
|
||||||
license = with licenses; [ gpl2 cc-by-sa-40 ];
|
license = with licenses; [ gpl2 cc-by-sa-40 ];
|
||||||
platforms = platforms.linux;
|
platforms = platforms.linux;
|
||||||
maintainers = [ maintainers.tadfisher ];
|
maintainers = [ maintainers.tadfisher ];
|
||||||
|
Loading…
Reference in New Issue
Block a user