beauty-line-icon-theme: 0.0.4 -> 2.4

This commit is contained in:
lwb
2025-09-21 15:26:00 +08:00
parent fb79e18274
commit 58161f2f17
@@ -1,7 +1,7 @@
{
lib,
stdenvNoCC,
fetchFromGitHub,
fetchFromGitLab,
breeze-icons,
gtk3,
gnome-icon-theme,
@@ -13,20 +13,15 @@
stdenvNoCC.mkDerivation rec {
pname = "BeautyLine";
version = "0.0.4";
version = "2.4";
src = fetchFromGitHub {
owner = "gvolpe";
repo = pname;
rev = version;
sparseCheckout = [
"BeautyLine-V3"
];
hash = "sha256-IkkypAj250+OXbf19TampCnqYsSbJVIjeYlxJoyhpzk=";
src = fetchFromGitLab {
owner = "garuda-linux";
repo = "themes-and-settings/artwork/beautyline";
rev = "0df6f5df71c19496f9a873f8a52fbb5e84e95b12";
hash = "sha256-SsYW4H1qam7kQJ3E4/vHJJOv2E4Pdk3itGncWa6YTqw=";
};
sourceRoot = "${src.name}/BeautyLine-V3";
nativeBuildInputs = [
jdupes
gtk3
@@ -63,6 +58,6 @@ stdenvNoCC.mkDerivation rec {
homepage = "https://www.gnome-look.org/p/1425426/";
platforms = platforms.linux;
license = [ licenses.publicDomain ];
maintainers = with maintainers; [ gvolpe ];
maintainers = with maintainers; [ lwb-2021 ];
};
}