lug-helper: 3.7 -> 3.8 (#403562)
Co-authored-by: LovingMelody <LovingMelody@users.noreply.github.com>
This commit is contained in:
commit
9883d4715c
@ -15,12 +15,12 @@
|
|||||||
}:
|
}:
|
||||||
stdenvNoCC.mkDerivation (finalAttrs: {
|
stdenvNoCC.mkDerivation (finalAttrs: {
|
||||||
name = "lug-helper";
|
name = "lug-helper";
|
||||||
version = "3.7";
|
version = "3.8";
|
||||||
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-2z8Le65DQk121jTM3UP25V3Xzq+KUve5XJQmNaQ2IGg=";
|
hash = "sha256-e0pq3E9Jsx9pBRhN0gFJxZPDUbK/Xe84+5AO2/RlsLo=";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [
|
buildInputs = [
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user