canta-theme: 2021-07-06 -> 2021-09-08

This commit is contained in:
José Romildo 2021-09-08 09:01:39 -03:00
parent 4ee9590d2f
commit 21ddf57f72

View File

@ -1,4 +1,5 @@
{ lib, stdenv { lib
, stdenv
, fetchFromGitHub , fetchFromGitHub
, gdk-pixbuf , gdk-pixbuf
, librsvg , librsvg
@ -12,13 +13,13 @@
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
pname = "canta-theme"; pname = "canta-theme";
version = "2021-07-06"; version = "2021-09-08";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "vinceliuice"; owner = "vinceliuice";
repo = pname; repo = pname;
rev = version; rev = version;
sha256 = "sha256-dz78h9Qq25+/i6fmw/zGlPq3DVQB3ADYwehgaWReMQ8="; sha256 = "05h42nrggb6znzjcbh4lqqfcm41h4r85n3vwimp3l4lq5p90igr2";
}; };
nativeBuildInputs = [ nativeBuildInputs = [
@ -57,7 +58,7 @@ stdenv.mkDerivation rec {
meta = with lib; { meta = with lib; {
description = "Flat Design theme for GTK based desktop environments"; description = "Flat Design theme for GTK based desktop environments";
homepage = "https://github.com/vinceliuice/Canta-theme"; homepage = "https://github.com/vinceliuice/Canta-theme";
license = licenses.gpl2; license = licenses.gpl2Only;
platforms = platforms.linux; # numix-icon-theme-circle unavailable in darwin platforms = platforms.linux; # numix-icon-theme-circle unavailable in darwin
maintainers = [ maintainers.romildo ]; maintainers = [ maintainers.romildo ];
}; };