about summary refs log tree commit diff
path: root/pkgs/development/interpreters
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2018-06-05 23:31:02 -0700
committerxeji <36407913+xeji@users.noreply.github.com>2018-06-06 08:31:02 +0200
commit52e3ce6107825dfaf1a9ad4669ea874b184f5131 (patch)
tree2378b93db87ebae36caf0ad43f5c03480cc361c1 /pkgs/development/interpreters
parent0a016775338f62843a14bcd21499b1b9b3c521b1 (diff)
downloadnixlib-52e3ce6107825dfaf1a9ad4669ea874b184f5131.tar
nixlib-52e3ce6107825dfaf1a9ad4669ea874b184f5131.tar.gz
nixlib-52e3ce6107825dfaf1a9ad4669ea874b184f5131.tar.bz2
nixlib-52e3ce6107825dfaf1a9ad4669ea874b184f5131.tar.lz
nixlib-52e3ce6107825dfaf1a9ad4669ea874b184f5131.tar.xz
nixlib-52e3ce6107825dfaf1a9ad4669ea874b184f5131.tar.zst
nixlib-52e3ce6107825dfaf1a9ad4669ea874b184f5131.zip
renpy: 6.99.14.3 -> 7.0.0 (#41515)
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 invocation of /nix/store/ahy8smyhk0l4jhca9gnzvw7pgl82aw0z-renpy-7.0.0/bin/renpy had a zero exit code or showed the expected version
- 0 of 1 passed binary check by having a zero exit code.
- 0 of 1 passed binary check by having the new version present in output.
- found 7.0.0 with grep in /nix/store/ahy8smyhk0l4jhca9gnzvw7pgl82aw0z-renpy-7.0.0
- directory tree listing: https://gist.github.com/d2bcdfe97ec6d25a85ed5c0960610062
- du listing: https://gist.github.com/a9cf861b24bbd391732cfc7a596b829a
Diffstat (limited to 'pkgs/development/interpreters')
-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 a992717d94f3..220aa9abe558 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.3";
+  version = "7.0.0";
 
   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 = "15n29ybblcpnfbmhc31gm5vj7cpqd8cwrcqxlwnxy0gjpbc50x73";
+    sha256 = "0yrwp5iw4fjg7kbd041qv8gh2p0dnbrnkrgmn0ndk5k10pjij82g";
   };
 
   patches = [