tartan: 0.3.0-unstable-2021-12-13 -> 0.3.0-unstable-2023-10-11

Also reformatted with `nixfmt-rfc-style` and moved to `by-name`
This commit is contained in:
Leah Amelia Chen
2024-05-13 20:58:02 +02:00
committed by Weijia Wang
parent 7689655b82
commit 6dd36412f2
2 changed files with 16 additions and 17 deletions

View File

@@ -1,25 +1,26 @@
{ stdenv {
, lib stdenv,
, fetchFromGitLab lib,
, meson fetchFromGitLab,
, ninja meson,
, pkg-config ninja,
, llvmPackages pkg-config,
, gobject-introspection llvmPackages,
, glib gobject-introspection,
, unstableGitUpdater glib,
unstableGitUpdater,
}: }:
stdenv.mkDerivation rec { stdenv.mkDerivation {
pname = "tartan"; pname = "tartan";
version = "0.3.0-unstable-2021-12-23"; version = "0.3.0-unstable-2023-10-11";
src = fetchFromGitLab { src = fetchFromGitLab {
domain = "gitlab.freedesktop.org"; domain = "gitlab.freedesktop.org";
owner = "tartan"; owner = "tartan";
repo = "tartan"; repo = "tartan";
rev = "bd4ea95d8b3ce1258491e9fac7fcc37d2b241a16"; rev = "4a7c945535d746d3d874ebebc0217715d674a862";
sha256 = "l3duPt8Kh/JljzOV+Dm26XbS7gZ+mmFfYUYofWSJRyo="; hash = "sha256-DYvbBGgytf1JOYKejZB+ReehD8iKm1n4BhMmLQURay0=";
}; };
nativeBuildInputs = [ nativeBuildInputs = [
@@ -45,7 +46,7 @@ stdenv.mkDerivation rec {
meta = with lib; { meta = with lib; {
broken = stdenv.isDarwin; broken = stdenv.isDarwin;
description = "Tools and Clang plugins for developing code with GLib"; description = "Tools and Clang plugins for developing code with GLib";
homepage = "https://freedesktop.org/wiki/Software/tartan"; homepage = "https://gitlab.freedesktop.org/tartan/tartan";
license = licenses.gpl3Plus; license = licenses.gpl3Plus;
platforms = platforms.unix; platforms = platforms.unix;
maintainers = with maintainers; [ jtojnar ]; maintainers = with maintainers; [ jtojnar ];

View File

@@ -13471,8 +13471,6 @@ with pkgs;
tarssh = callPackage ../servers/tarssh { }; tarssh = callPackage ../servers/tarssh { };
tartan = callPackage ../development/tools/analysis/tartan { };
tartube = callPackage ../applications/video/tartube { }; tartube = callPackage ../applications/video/tartube { };
tartube-yt-dlp = callPackage ../applications/video/tartube { tartube-yt-dlp = callPackage ../applications/video/tartube {