We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 17b87db + 00c563c commit 8a7e026Copy full SHA for 8a7e026
pkgs/by-name/lu/lug-helper/package.nix
@@ -15,12 +15,12 @@
15
}:
16
stdenvNoCC.mkDerivation (finalAttrs: {
17
name = "lug-helper";
18
- version = "3.8";
+ version = "3.9";
19
src = fetchFromGitHub {
20
owner = "starcitizen-lug";
21
repo = "lug-helper";
22
tag = "v${finalAttrs.version}";
23
- hash = "sha256-e0pq3E9Jsx9pBRhN0gFJxZPDUbK/Xe84+5AO2/RlsLo=";
+ hash = "sha256-Fne0esV/1o+f4Fnn8oeUL+gc29d0ndGpYG21YQvZDvM=";
24
};
25
26
buildInputs = [
0 commit comments