lug-helper: 3.8 -> 3.9 (#409102)

Co-authored-by: LovingMelody <LovingMelody@users.noreply.github.com>
This commit is contained in:
nixpkgs-merge-bot[bot]
2025-05-20 17:19:26 +00:00
committed by GitHub
co-authored by LovingMelody
+2 -2
View File
@@ -15,12 +15,12 @@
}:
stdenvNoCC.mkDerivation (finalAttrs: {
name = "lug-helper";
version = "3.8";
version = "3.9";
src = fetchFromGitHub {
owner = "starcitizen-lug";
repo = "lug-helper";
tag = "v${finalAttrs.version}";
hash = "sha256-e0pq3E9Jsx9pBRhN0gFJxZPDUbK/Xe84+5AO2/RlsLo=";
hash = "sha256-Fne0esV/1o+f4Fnn8oeUL+gc29d0ndGpYG21YQvZDvM=";
};
buildInputs = [