moka-icon-theme: 5.4.0 -> unstable-2019-05-29
This commit is contained in:
parent
f244102b54
commit
9201d388ed
@ -2,13 +2,13 @@
|
|||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "moka-icon-theme";
|
pname = "moka-icon-theme";
|
||||||
version = "5.4.0";
|
version = "unstable-2019-05-29";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "snwh";
|
owner = "snwh";
|
||||||
repo = pname;
|
repo = pname;
|
||||||
rev = "v${version}";
|
rev = "c0355ea31e5cfdb6b44d8108f602d66817546a09";
|
||||||
sha256 = "015l02im4mha5z91dbchxf6xkp66d346bg3xskwg0rh3lglhjsrd";
|
sha256 = "0m4kfarkl94wdhsds2q1l9x5hfa9l3117l8j6j7qm7sf7yzr90c8";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [
|
nativeBuildInputs = [
|
||||||
@ -30,9 +30,9 @@ stdenv.mkDerivation rec {
|
|||||||
'';
|
'';
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
description = "An icon theme designed with a minimal flat style using simple geometry and bright colours";
|
description = "Icon theme designed with a minimal flat style using simple geometry and bright colours";
|
||||||
homepage = "https://snwh.org/moka";
|
homepage = "https://snwh.org/moka";
|
||||||
license = with licenses; [ cc-by-sa-40 gpl3 ];
|
license = with licenses; [ cc-by-sa-40 gpl3Only ];
|
||||||
# darwin cannot deal with file names differing only in case
|
# darwin cannot deal with file names differing only in case
|
||||||
platforms = platforms.linux;
|
platforms = platforms.linux;
|
||||||
maintainers = with maintainers; [ romildo ];
|
maintainers = with maintainers; [ romildo ];
|
||||||
|
Loading…
Reference in New Issue
Block a user