Commit f7aea13d authored by R. RyanTM's avatar R. RyanTM
Browse files

theforceengine: 1.22.300 -> 1.22.410

parent ef9cd0e4
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -17,13 +17,13 @@
}:
stdenv.mkDerivation (finalAttrs: {
  pname = "theforceengine";
  version = "1.22.300";
  version = "1.22.410";

  src = fetchFromGitHub {
    owner = "luciusDXL";
    repo = "TheForceEngine";
    tag = "v${finalAttrs.version}";
    hash = "sha256-m/VNlcuvpJkcfTpL97gCUTQtdAWqimVrhU0qLj0Erck=";
    hash = "sha256-ydZ/S6u3UQNeVRTfzjshlNzLRc1y3FXsTY2NXbUoJBA=";
  };

  nativeBuildInputs = [