libresplit: 0-unstable-2025-10-15 -> 0-unstable-2025-11-11

This commit is contained in:
R. Ryantm
2025-11-12 13:43:17 +01:00
committed by Francesco Gazzetta
parent cce16dbcfb
commit ccc5633ebe
+11 -11
View File
@@ -1,31 +1,33 @@
{
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 ];