lug-helper: 3.0.1 -> 3.5 (#362507)

This commit is contained in:
Wolfgang Walther
2024-12-08 14:34:48 +01:00
committed by GitHub
+3 -2
View File
@@ -12,12 +12,12 @@
}:
stdenvNoCC.mkDerivation (finalAttrs: {
name = "lug-helper";
version = "3.0.1";
version = "3.5";
src = fetchFromGitHub {
owner = "starcitizen-lug";
repo = "lug-helper";
rev = "refs/tags/v${finalAttrs.version}";
hash = "sha256-GL+pPyj3Qz+wmJD59kfGz80LufotPq2KdaLQCkQnCFg=";
hash = "sha256-yaYSm2vft55koZeB32Gta7RCjFTEec481LhrVHGGMm4=";
};
buildInputs = [
@@ -63,6 +63,7 @@ stdenvNoCC.mkDerivation (finalAttrs: {
meta = {
description = "Script to manage and optimize Star Citizen on Linux";
homepage = "https://github.com/starcitizen-lug/lug-helper";
changelog = "https://github.com/starcitizen-lug/lug-helper/releases/tag/v${finalAttrs.version}";
license = lib.licenses.gpl3Only;
maintainers = with lib.maintainers; [ fuzen ];
platforms = lib.platforms.linux;