Skip to content

Commit 00c563c

Browse files
committed
lug-helper: 3.8 -> 3.9
1 parent e3a5e6a commit 00c563c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/by-name/lu/lug-helper/package.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,12 @@
1515
}:
1616
stdenvNoCC.mkDerivation (finalAttrs: {
1717
name = "lug-helper";
18-
version = "3.8";
18+
version = "3.9";
1919
src = fetchFromGitHub {
2020
owner = "starcitizen-lug";
2121
repo = "lug-helper";
2222
tag = "v${finalAttrs.version}";
23-
hash = "sha256-e0pq3E9Jsx9pBRhN0gFJxZPDUbK/Xe84+5AO2/RlsLo=";
23+
hash = "sha256-Fne0esV/1o+f4Fnn8oeUL+gc29d0ndGpYG21YQvZDvM=";
2424
};
2525

2626
buildInputs = [

0 commit comments

Comments
 (0)