lol

enter-tex: 3.47.0 → 3.48.0

https://gitlab.gnome.org/World/gedit/enter-tex/-/compare/3.47.0...3.48.0

Bobby Rong e722f9f8 7ba7cf0a

+13 -11
+13 -11
pkgs/by-name/en/enter-tex/package.nix
··· 1 1 { 2 2 stdenv, 3 3 lib, 4 - fetchurl, 4 + fetchFromGitLab, 5 5 desktop-file-utils, 6 6 docbook-xsl-nons, 7 7 gettext, ··· 21 21 libgedit-gtksourceview, 22 22 libgedit-tepl, 23 23 libgee, 24 - gnome, 24 + gitUpdater, 25 25 }: 26 26 27 27 stdenv.mkDerivation (finalAttrs: { 28 28 pname = "enter-tex"; 29 - version = "3.47.0"; 29 + version = "3.48.0"; 30 30 31 - src = fetchurl { 32 - url = "mirror://gnome/sources/enter-tex/${lib.versions.majorMinor finalAttrs.version}/enter-tex-${finalAttrs.version}.tar.xz"; 33 - hash = "sha256-oIyuySdcCruVNWdN9bnBa5KxSWjNIZFtb/wvoMud12o="; 31 + src = fetchFromGitLab { 32 + domain = "gitlab.gnome.org"; 33 + group = "World"; 34 + owner = "gedit"; 35 + repo = "enter-tex"; 36 + tag = finalAttrs.version; 37 + hash = "sha256-OnkP4E1kNWuE9k7SQ/ujnxnFgVyAqIhqHAw04ZA0Tno="; 34 38 }; 35 39 36 40 nativeBuildInputs = [ ··· 60 64 61 65 preBuild = '' 62 66 # Workaround the use case of C code mixed with Vala code. 63 - # https://gitlab.gnome.org/swilmet/enter-tex/-/blob/3.47.0/docs/more-information.md#install-procedure 67 + # https://gitlab.gnome.org/World/gedit/enter-tex/-/blob/3.48.0/docs/more-information.md#install-procedure 64 68 ninja src/gtex/Gtex-1.gir 65 69 ''; 66 70 67 71 doCheck = true; 68 72 69 - passthru.updateScript = gnome.updateScript { 70 - packageName = "enter-tex"; 71 - }; 73 + passthru.updateScript = gitUpdater { }; 72 74 73 75 meta = with lib; { 74 - homepage = "https://gitlab.gnome.org/swilmet/enter-tex"; 76 + homepage = "https://gitlab.gnome.org/World/gedit/enter-tex"; 75 77 description = "LaTeX editor for the GNOME desktop"; 76 78 maintainers = with maintainers; [ 77 79 manveru