lug-helper: 4.7 -> 4.9 (#475500)

This commit is contained in:
nixpkgs-ci[bot]
2026-02-02 09:11:29 +00:00
committed by GitHub
+2 -2
View File
@@ -16,12 +16,12 @@
}:
stdenvNoCC.mkDerivation (finalAttrs: {
pname = "lug-helper";
version = "4.7";
version = "4.9";
src = fetchFromGitHub {
owner = "starcitizen-lug";
repo = "lug-helper";
tag = "v${finalAttrs.version}";
hash = "sha256-Xgnt7ZzsrEChT9/zcwSUn7unVUEq8h/L12cQYnSrg2o=";
hash = "sha256-5JkVx8wlErNcdOA0oHnNxtwFyEyuJ1XRS/JeACK7bJg=";
};
buildInputs = [