Unverified Commit 0e62efe1 authored by Francesco Gazzetta's avatar Francesco Gazzetta Committed by GitHub
Browse files

libresplit: 0-unstable-2025-10-15 -> 0-unstable-2025-11-11 (#454352)

parents 9d9dbf44 ccc5633e
Loading
Loading
Loading
Loading
+11 −11
Original line number Diff line number Diff line
{
  lib,
  stdenv,
  gcc15Stdenv,
  fetchFromGitHub,
  gtk3,
  jansson,
  luajit,
  meson,
  ninja,
  pkg-config,
  unstableGitUpdater,
  wrapGAppsHook3,
  xxd,
}:

stdenv.mkDerivation {
gcc15Stdenv.mkDerivation {
  pname = "libresplit";
  version = "0-unstable-2025-10-15";
  version = "0-unstable-2025-11-11";

  src = fetchFromGitHub {
    owner = "wins1ey";
    owner = "LibreSplit";
    repo = "LibreSplit";
    rev = "7628922ba2c6b6a9e6d6d144b55d20479d7ceeb3";
    hash = "sha256-3UXDHmcW6lxXGno5ijG6OlQ58F1z/J2O8S1y2O+7+p4=";
    rev = "1a149e2d6d02c456e787bffc07b3c7ca67d7bd44";
    hash = "sha256-EEYocgSKgQsGxJfyRYsfTGFmR8+TWPOLfOKjv6uXKuU=";
  };

  nativeBuildInputs = [
    meson
    ninja
    pkg-config
    wrapGAppsHook3
    xxd
  ];

  buildInputs = [
@@ -34,12 +36,10 @@ stdenv.mkDerivation {
    luajit
  ];

  makeFlags = [ "PREFIX=$(out)" ];

  passthru.updateScript = unstableGitUpdater { };

  meta = {
    homepage = "https://github.com/wins1ey/LibreSplit";
    homepage = "https://github.com/LibreSplitDev/LibreSplit";
    description = "Speedrun timer with auto splitting and load removal for Linux";
    license = lib.licenses.gpl3Plus;
    maintainers = with lib.maintainers; [ fgaz ];