renpy: 8.1.1 -> 8.1.3

This commit is contained in:
V 2024-01-11 13:43:03 +04:00 committed by GitHub
parent 144bf5dbc4
commit 2b77a4482e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -8,8 +8,8 @@ let
# 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.1.1";
vc_version = "23060707";
base_version = "8.1.3";
vc_version = "23091805";
in stdenv.mkDerivation rec {
pname = "renpy";
@ -19,7 +19,7 @@ in stdenv.mkDerivation rec {
owner = "renpy";
repo = "renpy";
rev = version;
sha256 = "sha256-aJ/MobZ6SNBYRC/EpUxAMLJ3pwK6PC92DV0YL/LF5Ew=";
sha256 = "sha256-bYqnKSWY8EEGr1+12cWeT9/ZSv5OrKLsRqCnnIruDQw=";
};
nativeBuildInputs = [