summaryrefslogtreecommitdiffstats
path: root/pkgs/development/interpreters/renpy
diff options
context:
space:
mode:
authorR. RyanTM <ryantm+bot@ryantm.com>2018-04-19 23:22:45 -0700
committerR. RyanTM <ryantm+bot@ryantm.com>2018-04-19 23:22:45 -0700
commit84a0338c5ce46e723dcb9269b9f5cc606ac8e565 (patch)
treef65f91000ba34a243c270ab3bfc270e5567c2467 /pkgs/development/interpreters/renpy
parent333a24a628391137a7283f09498edd5822f12023 (diff)
renpy: 6.99.14.2 -> 6.99.14.3
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/renpy/versions. These checks were done: - built on NixOS - Warning: no binary found that responded to help or version flags. (This warning appears even if the package isn't expected to have binaries.) - found 6.99.14.3 with grep in /nix/store/cjp6nqbn7ni65awiwhdgy6z36vwixpag-renpy-6.99.14.3 - directory tree listing: https://gist.github.com/b6c16d6f78583a3c4c384e043a57b07d
Diffstat (limited to 'pkgs/development/interpreters/renpy')
-rw-r--r--pkgs/development/interpreters/renpy/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/interpreters/renpy/default.nix b/pkgs/development/interpreters/renpy/default.nix
index 392b4bf36051..a992717d94f3 100644
--- a/pkgs/development/interpreters/renpy/default.nix
+++ b/pkgs/development/interpreters/renpy/default.nix
@@ -7,7 +7,7 @@ with pythonPackages;
stdenv.mkDerivation rec {
name = "renpy-${version}";
- version = "6.99.14.2";
+ version = "6.99.14.3";
meta = with stdenv.lib; {
description = "Ren'Py Visual Novel Engine";
@@ -18,7 +18,7 @@ stdenv.mkDerivation rec {
src = fetchurl {
url = "https://www.renpy.org/dl/${version}/renpy-${version}-source.tar.bz2";
- sha256 = "1cjaly5igks18lmmssph4d6b5q1b8qfav2s7x2agx1gybxyghv9n";
+ sha256 = "15n29ybblcpnfbmhc31gm5vj7cpqd8cwrcqxlwnxy0gjpbc50x73";
};
patches = [