pygame-sdl2: 8.3.5.25022704 -> 8.3.7.25031702; renpy: 8.3.6.25022803 -> 8.3.7.25031702 (#391742)

This commit is contained in:
7c6f434c
2025-03-22 22:14:49 +00:00
committed by GitHub
2 changed files with 6 additions and 6 deletions
+4 -4
View File
@@ -12,7 +12,7 @@
makeWrapper,
nix-update-script,
pkg-config,
python3Full,
python3,
SDL2,
stdenv,
versionCheckHook,
@@ -21,17 +21,17 @@
}:
let
python = python3Full;
python = python3;
in
stdenv.mkDerivation (finalAttrs: {
pname = "renpy";
version = "8.3.6.25022803";
version = "8.3.7.25031702";
src = fetchFromGitHub {
owner = "renpy";
repo = "renpy";
tag = finalAttrs.version;
hash = "sha256-ibWbYf+e8PZ8ZxLHVPLzHBS0qf+eLzJasJJFHxXlCfk=";
hash = "sha256-QY6MMiagPVV+pCDM0FRD++r2fY3tD8qWmHj7fJKIxUQ=";
};
nativeBuildInputs = [
@@ -15,14 +15,14 @@
buildPythonPackage rec {
pname = "pygame-sdl2";
version = "8.3.5.25022704";
version = "8.3.7.25031702";
pyproject = true;
src = fetchFromGitHub {
owner = "renpy";
repo = "pygame_sdl2";
tag = "renpy-${version}";
hash = "sha256-MA6c29UbZIBCIxUDfSiqxgdhrd9Ys5Yf/zKeXvI1iJ0=";
hash = "sha256-7MoQpCkBd20qck7eycs/MX0sjj4XRIrZmYPkKhuct6w=";
};
build-system = [