solarus{,-quest-editor}: 1.6.0 -> 1.6.2

https://www.solarus-games.org/en/news/2019-08-15-solarus-1-6-2-bugfix-release
This commit is contained in:
Will Dietz 2019-08-21 18:16:21 -05:00
parent b67b08518e
commit 4b9f0774bf
No known key found for this signature in database
GPG key ID: EBB0EA4124809D02
2 changed files with 10 additions and 10 deletions

View file

@ -4,14 +4,14 @@
qtbase, qttools, glm }:
stdenv.mkDerivation rec {
name = "solarus-quest-editor-${version}";
version = "1.6.0";
pname = "solarus-quest-editor";
version = "1.6.2";
src = fetchFromGitLab {
owner = "solarus-games";
repo = "solarus-quest-editor";
repo = pname;
rev = "v${version}";
sha256 = "1a7816kaljfh9ynzy9g36mqzzv2p800nnbrja73q6vjfrsv3vq4c";
sha256 = "0dq94iw9ldl4p83dqcwjs5ilpkvz5jgdk8rbls8pf8b7afpg36rz";
};
buildInputs = [ cmake luajit SDL2

View file

@ -4,14 +4,14 @@
qtbase, qttools }:
stdenv.mkDerivation rec {
name = "solarus-${version}";
version = "1.6.0";
pname = "solarus";
version = "1.6.2";
src = fetchFromGitLab {
owner = "solarus-games";
repo = "solarus";
rev = "v1.6.0";
sha256 = "0mlpa1ijaxy84f7xjgs2kjnpm035b8q9ckva6lg14q49gzy10fr2";
repo = pname;
rev = "v${version}";
sha256 = "0d0xfjbmamz84aajxfc0fwrj8862xxbxz6n4xnc05r1m4g7gba77";
};
buildInputs = [ cmake luajit SDL2