beauty-line-icon-theme: 0.0.4 -> 2.4 (#444643)

authored by Yohann Boniface and committed by GitHub 6626bbdc ab51b0a2

+14 -13
+6
maintainers/maintainer-list.nix
··· 15295 15295 githubId = 208297; 15296 15296 name = "Luz"; 15297 15297 }; 15298 + lwb-2021 = { 15299 + email = "lwb-2021@qq.com"; 15300 + github = "lwb-2021"; 15301 + githubId = 91705377; 15302 + name = "lwb-2021"; 15303 + }; 15298 15304 lx = { 15299 15305 email = "alex@adnab.me"; 15300 15306 github = "Alexis211";
+8 -13
pkgs/data/icons/beauty-line-icon-theme/default.nix
··· 1 1 { 2 2 lib, 3 3 stdenvNoCC, 4 - fetchFromGitHub, 4 + fetchFromGitLab, 5 5 breeze-icons, 6 6 gtk3, 7 7 gnome-icon-theme, ··· 13 13 14 14 stdenvNoCC.mkDerivation rec { 15 15 pname = "BeautyLine"; 16 - version = "0.0.4"; 16 + version = "2.4"; 17 17 18 - src = fetchFromGitHub { 19 - owner = "gvolpe"; 20 - repo = pname; 21 - rev = version; 22 - sparseCheckout = [ 23 - "BeautyLine-V3" 24 - ]; 25 - hash = "sha256-IkkypAj250+OXbf19TampCnqYsSbJVIjeYlxJoyhpzk="; 18 + src = fetchFromGitLab { 19 + owner = "garuda-linux"; 20 + repo = "themes-and-settings/artwork/beautyline"; 21 + rev = "0df6f5df71c19496f9a873f8a52fbb5e84e95b12"; 22 + hash = "sha256-SsYW4H1qam7kQJ3E4/vHJJOv2E4Pdk3itGncWa6YTqw="; 26 23 }; 27 - 28 - sourceRoot = "${src.name}/BeautyLine-V3"; 29 24 30 25 nativeBuildInputs = [ 31 26 jdupes ··· 63 58 homepage = "https://www.gnome-look.org/p/1425426/"; 64 59 platforms = platforms.linux; 65 60 license = [ licenses.publicDomain ]; 66 - maintainers = with maintainers; [ gvolpe ]; 61 + maintainers = with maintainers; [ lwb-2021 ]; 67 62 }; 68 63 }