lug-helper: 3.10 -> 3.11 (#415531)

Co-authored-by: LovingMelody <me@little-melody.net>
This commit is contained in:
nixpkgs-merge-bot[bot] 2025-06-10 10:01:03 +00:00 committed by GitHub
commit 4dba9a3131
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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