Unverified Commit ed6f8f63 authored by nixpkgs-ci[bot]'s avatar nixpkgs-ci[bot] Committed by GitHub
Browse files

lug-helper: 4.6 -> 4.7 (#474008)

parents e760bdeb 4dfc23a7
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -16,12 +16,12 @@
}:
stdenvNoCC.mkDerivation (finalAttrs: {
  pname = "lug-helper";
  version = "4.6";
  version = "4.7";
  src = fetchFromGitHub {
    owner = "starcitizen-lug";
    repo = "lug-helper";
    tag = "v${finalAttrs.version}";
    hash = "sha256-E8SSsAI9GvTTY121si6SsnbxXnlcc05nB+USrOdCDOw=";
    hash = "sha256-Xgnt7ZzsrEChT9/zcwSUn7unVUEq8h/L12cQYnSrg2o=";
  };

  buildInputs = [