Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 7e2eb7240793
Choose a base ref
...
head repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 8bb3919ea998
Choose a head ref
  • 2 commits
  • 1 file changed
  • 2 contributors

Commits on Mar 10, 2019

  1. gcompris: 0.95 -> 0.96

    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
    r-ryantm committed Mar 10, 2019

    Verified

    This commit was signed with the committer’s verified signature.
    greg-1-anderson Greg Anderson
    Copy the full SHA
    3bf3a1a View commit details

Commits on Mar 11, 2019

  1. Merge pull request #57240 from r-ryantm/auto-update/gcompris

    gcompris: 0.95 -> 0.96
    ryantm authored Mar 11, 2019
    Copy the full SHA
    8bb3919 View commit details
Showing with 2 additions and 2 deletions.
  1. +2 −2 pkgs/games/gcompris/default.nix
4 changes: 2 additions & 2 deletions pkgs/games/gcompris/default.nix
Original file line number Diff line number Diff line change
@@ -2,12 +2,12 @@
gst_all_1, ninja
}:
stdenv.mkDerivation rec {
version = "0.95";
version = "0.96";
name = "gcompris-${version}";

src = fetchurl {
url = "http://gcompris.net/download/qt/src/gcompris-qt-${version}.tar.xz";
sha256 = "1aaijjx2b7k1cyx59jhs64hlp1sppw1faa81qxl5lxc79vifrlrl";
sha256 = "06483il59l46ny2w771sg45dgzjwv1ph7vidzzbj0wb8wbk2rg52";
};

cmakeFlags = "-DQML_BOX2D_LIBRARY=${qmlbox2d}/${qtbase.qtQmlPrefix}/Box2D.2.0";