Unverified Commit a51c8081 authored by 7c6f434c's avatar 7c6f434c Committed by GitHub
Browse files

Merge pull request #191259 from ShadowRZ/shadowrz/renpy-8.0.3

renpy: 8.0.1 -> 8.0.3
parents 42dc5a72 05391045
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -10,15 +10,15 @@ stdenv.mkDerivation rec {
  # base_version is of the form major.minor.patch
  # vc_version is of the form YYMMDDCC
  # version corresponds to the tag on GitHub
  base_version = "8.0.1";
  vc_version = "22070801";
  base_version = "8.0.3";
  vc_version = "22090809";
  version = "${base_version}.${vc_version}";

  src = fetchFromGitHub {
    owner = "renpy";
    repo = "renpy";
    rev = version;
    sha256 = "sha256-rwRykovY8vv+boQiaSjCBoGxGpT1dF3qdEyxkykrKyk=";
    sha256 = "sha256-0/wkUk7PMPbBSGzDuSd82yxRzvAYxkbEhM5LTVt4bMA=";
  };

  nativeBuildInputs = [
+1 −1
Original line number Diff line number Diff line
@@ -9,7 +9,7 @@ buildPythonPackage rec {

  src = fetchurl {
    url = "https://www.renpy.org/dl/${renpy_version}/pygame_sdl2-${version}-for-renpy-${renpy_version}.tar.gz";
    sha256 = "sha256-/PCw2sF3CxiBXV7WZcTl6NAs+v++od4Fs6uYFUhJMH8=";
    sha256 = "sha256-BpETor1dz8qdMM8iYijlthnsrPF0FS8b1FDvuXxFB9s=";
  };

  # force rebuild of headers needed for install