Unverified Commit c698c03c authored by Mathew Polzin's avatar Mathew Polzin Committed by GitHub
Browse files

lug-helper: 4.2 -> 4.4 (#437902)

parents ca772963 7f275e7c
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -15,12 +15,12 @@
}:
stdenvNoCC.mkDerivation (finalAttrs: {
  name = "lug-helper";
  version = "4.2";
  version = "4.4";
  src = fetchFromGitHub {
    owner = "starcitizen-lug";
    repo = "lug-helper";
    tag = "v${finalAttrs.version}";
    hash = "sha256-W8GwDXYHfGdruAMdBei53V5UPYE6yks0+FW48pARknY=";
    hash = "sha256-wYNYgwcves9nmUccDQPGekVt3BIB4QE/t6l9vUwXYUs=";
  };

  buildInputs = [