lug-helper: 3.5 -> 3.6

This commit is contained in:
R. Ryantm
2024-12-28 07:46:34 +00:00
parent 9e09ce2d47
commit 3b779a11d2
+2 -2
View File
@@ -12,12 +12,12 @@
}:
stdenvNoCC.mkDerivation (finalAttrs: {
name = "lug-helper";
version = "3.5";
version = "3.6";
src = fetchFromGitHub {
owner = "starcitizen-lug";
repo = "lug-helper";
rev = "refs/tags/v${finalAttrs.version}";
hash = "sha256-yaYSm2vft55koZeB32Gta7RCjFTEec481LhrVHGGMm4=";
hash = "sha256-k41aVNpgkrz06T33UOAzhj2EfJg+YoifYQoyxRQ9/hQ=";
};
buildInputs = [