gcompris: 0.90 -> 0.91

Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.

This update was made based on information from https://repology.org/metapackage/gcompris/versions.

These checks were done:

- built on NixOS
- Warning: no invocation of /nix/store/di4sm1nsx7zshk1n6njvnd07m0abj6cc-gcompris-0.91/bin/gcompris-qt had a zero exit code or showed the expected version
- Warning: no invocation of /nix/store/di4sm1nsx7zshk1n6njvnd07m0abj6cc-gcompris-0.91/bin/.gcompris-qt-wrapped had a zero exit code or showed the expected version
- 0 of 2 passed binary check by having a zero exit code.
- 0 of 2 passed binary check by having the new version present in output.
- found 0.91 with grep in /nix/store/di4sm1nsx7zshk1n6njvnd07m0abj6cc-gcompris-0.91
- directory tree listing: https://gist.github.com/0ac8ed77cca8102d4b32b9b9361464f4
- du listing: https://gist.github.com/5f6daf6f26bdc5d5e1c4f4f4359ae0fa
This commit is contained in:
R. RyanTM 2018-06-14 07:21:29 -07:00
parent 3e3a9e661d
commit a7937612bf

View file

@ -2,12 +2,12 @@
gst_all_1, ninja
}:
stdenv.mkDerivation rec {
version = "0.90";
version = "0.91";
name = "gcompris-${version}";
src = fetchurl {
url = "http://gcompris.net/download/qt/src/gcompris-qt-${version}.tar.xz";
sha256 = "1i5adxnhig849qxwi3c4v7r84q6agx1zxkd69fh4y7lcmq2qiaza";
sha256 = "09h098w9q79hnzla1pcpqlnnr6dbafm4q6zmdp7wlk11ym8n9kvg";
};
cmakeFlags = "-DQML_BOX2D_LIBRARY=${qmlbox2d}/${qtbase.qtQmlPrefix}/Box2D.2.0";