lol
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

renpy: 8.0.1 -> 8.0.3

+4 -4
+3 -3
pkgs/development/interpreters/renpy/default.nix
··· 10 10 # base_version is of the form major.minor.patch 11 11 # vc_version is of the form YYMMDDCC 12 12 # version corresponds to the tag on GitHub 13 - base_version = "8.0.1"; 14 - vc_version = "22070801"; 13 + base_version = "8.0.3"; 14 + vc_version = "22090809"; 15 15 version = "${base_version}.${vc_version}"; 16 16 17 17 src = fetchFromGitHub { 18 18 owner = "renpy"; 19 19 repo = "renpy"; 20 20 rev = version; 21 - sha256 = "sha256-rwRykovY8vv+boQiaSjCBoGxGpT1dF3qdEyxkykrKyk="; 21 + sha256 = "sha256-0/wkUk7PMPbBSGzDuSd82yxRzvAYxkbEhM5LTVt4bMA="; 22 22 }; 23 23 24 24 nativeBuildInputs = [
+1 -1
pkgs/development/python-modules/pygame_sdl2/default.nix
··· 9 9 10 10 src = fetchurl { 11 11 url = "https://www.renpy.org/dl/${renpy_version}/pygame_sdl2-${version}-for-renpy-${renpy_version}.tar.gz"; 12 - sha256 = "sha256-/PCw2sF3CxiBXV7WZcTl6NAs+v++od4Fs6uYFUhJMH8="; 12 + sha256 = "sha256-BpETor1dz8qdMM8iYijlthnsrPF0FS8b1FDvuXxFB9s="; 13 13 }; 14 14 15 15 # force rebuild of headers needed for install