lug-helper: 3.9 -> 3.10

This commit is contained in:
R. Ryantm 2025-05-31 08:09:58 +00:00
parent 7c07515359
commit bcef3fb133

View file

@ -15,12 +15,12 @@
}: }:
stdenvNoCC.mkDerivation (finalAttrs: { stdenvNoCC.mkDerivation (finalAttrs: {
name = "lug-helper"; name = "lug-helper";
version = "3.9"; version = "3.10";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "starcitizen-lug"; owner = "starcitizen-lug";
repo = "lug-helper"; repo = "lug-helper";
tag = "v${finalAttrs.version}"; tag = "v${finalAttrs.version}";
hash = "sha256-Fne0esV/1o+f4Fnn8oeUL+gc29d0ndGpYG21YQvZDvM="; hash = "sha256-AEHFyKoxIdckir/S96hwR3h9PuzlB5EMWF7PPbeVPYg=";
}; };
buildInputs = [ buildInputs = [