lug-helper: 4.1 -> 4.2 (#428570)

Co-authored-by: LovingMelody <me@little-melody.net>
This commit is contained in:
nixpkgs-merge-bot[bot]
2025-07-29 12:37:19 +00:00
committed by GitHub
co-authored by LovingMelody
+2 -2
View File
@@ -15,12 +15,12 @@
}:
stdenvNoCC.mkDerivation (finalAttrs: {
name = "lug-helper";
version = "4.1";
version = "4.2";
src = fetchFromGitHub {
owner = "starcitizen-lug";
repo = "lug-helper";
tag = "v${finalAttrs.version}";
hash = "sha256-Pj0jReezB/0yCl5EC+EQ7CVtmgGQrJwVR6pvaP/gtWg=";
hash = "sha256-W8GwDXYHfGdruAMdBei53V5UPYE6yks0+FW48pARknY=";
};
buildInputs = [