Skip to content

Commit

Permalink
lug-helper: 3.5 -> 3.6 (#368749)
Browse files Browse the repository at this point in the history
  • Loading branch information
NickCao authored Dec 30, 2024
2 parents 318d7e8 + 3b779a1 commit b3baea7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 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.5";
version = "3.6";
src = fetchFromGitHub {
owner = "starcitizen-lug";
repo = "lug-helper";
rev = "refs/tags/v${finalAttrs.version}";
hash = "sha256-yaYSm2vft55koZeB32Gta7RCjFTEec481LhrVHGGMm4=";
hash = "sha256-k41aVNpgkrz06T33UOAzhj2EfJg+YoifYQoyxRQ9/hQ=";
};

buildInputs = [
Expand Down

0 comments on commit b3baea7

Please sign in to comment.