lug-helper: 3.5 -> 3.6 (#368749)

This commit is contained in:
Nick Cao
2024-12-29 21:02:54 -05:00
committed by GitHub
+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 = [