renpy: update to 6.17.2
This commit is contained in:
parent
687fe45582
commit
2e99141805
@ -3,7 +3,7 @@
|
|||||||
}:
|
}:
|
||||||
|
|
||||||
stdenv.mkDerivation {
|
stdenv.mkDerivation {
|
||||||
name = "renpy-6.17.1";
|
name = "renpy-6.17.2";
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
description = "Ren'Py Visual Novel Engine";
|
description = "Ren'Py Visual Novel Engine";
|
||||||
@ -14,8 +14,8 @@ stdenv.mkDerivation {
|
|||||||
};
|
};
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "http://www.renpy.org/dl/6.17.1/renpy-6.17.1-source.tar.bz2";
|
url = "http://www.renpy.org/dl/6.17.2/renpy-6.17.2-source.tar.bz2";
|
||||||
sha256 = "024v05yifs6c13chpg0azjpi6xk1srrhd1d0hcs946xbjvbbadpc";
|
sha256 = "1iadhdi8g2a7gyg08y0190bv56cc8csckdj4p9f4m2hgg1ybw1qx";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [
|
buildInputs = [
|
||||||
|
Loading…
x
Reference in New Issue
Block a user