This commit is contained in:
Adithya 2023-10-16 22:05:18 +05:30
parent 6fad9e5d91
commit f08bbe62a5
Signed by: adtya
GPG key ID: 48FC9915FFD326D0

View file

@ -8,13 +8,13 @@
}: }:
stdenvNoCC.mkDerivation { stdenvNoCC.mkDerivation {
pname = "dracula-gtk"; pname = "dracula-gtk";
version = "4.0"; version = "unstable-2023-10-14";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "dracula"; owner = "dracula";
repo = "gtk"; repo = "gtk";
rev = "2d9d506c741a0c49e0e83f476746f7658f04c0d8"; rev = "a0b0ab451447d374600a74519abaa0588f2fa536";
hash = "sha256-DCXfmr0/AiMh7UmIIJN9WxYgn9+RNPNnTX7EqX/RGrI="; hash = "sha256-0Ndk9Mh58KU2eoG1Z/CzZPiLNxy2bdloq9p4gzMDu2M=";
}; };
nativeBuildInputs = [gtk3]; nativeBuildInputs = [gtk3];
@ -34,8 +34,10 @@ stdenvNoCC.mkDerivation {
''; '';
meta = with lib; { meta = with lib; {
description = "Dracula GTK theme"; description = "Dracula GTK theme";
downloadPage = "https://github.com/dracula/gtk";
homepage = "https://draculatheme.com/gtk"; homepage = "https://draculatheme.com/gtk";
license = licenses.gpl3; license = licenses.gpl3;
maintainers = with maintainers; [ adtya ];
platforms = platforms.linux; platforms = platforms.linux;
}; };
} }