Skip to content

Commit

Permalink
lug-helper: 3.0.1 -> 3.5
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm authored and wolfgangwalther committed Dec 8, 2024
1 parent e574201 commit 489684b
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions pkgs/by-name/lu/lug-helper/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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 = [
Expand Down Expand Up @@ -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;
Expand Down

0 comments on commit 489684b

Please sign in to comment.