summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorR. RyanTM <ryantm+bot@ryantm.com>2018-06-14 07:21:29 -0700
committerR. RyanTM <ryantm+bot@ryantm.com>2018-06-14 07:21:29 -0700
commita7937612bf8d21e568c24ca52166f0a5e50ec8b3 (patch)
tree914a84d44c6e693b7636ccfa157b78569ddfa720 /pkgs
parent3e3a9e661d7ef83f9dfc26d948a12f8ee1334f6d (diff)
downloadnixpkgs-a7937612bf8d21e568c24ca52166f0a5e50ec8b3.tar
nixpkgs-a7937612bf8d21e568c24ca52166f0a5e50ec8b3.tar.gz
nixpkgs-a7937612bf8d21e568c24ca52166f0a5e50ec8b3.tar.bz2
nixpkgs-a7937612bf8d21e568c24ca52166f0a5e50ec8b3.tar.lz
nixpkgs-a7937612bf8d21e568c24ca52166f0a5e50ec8b3.tar.xz
nixpkgs-a7937612bf8d21e568c24ca52166f0a5e50ec8b3.tar.zst
nixpkgs-a7937612bf8d21e568c24ca52166f0a5e50ec8b3.zip
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
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/games/gcompris/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/games/gcompris/default.nix b/pkgs/games/gcompris/default.nix
index 89b9fca06ea..e4f8c4fd8b3 100644
--- a/pkgs/games/gcompris/default.nix
+++ b/pkgs/games/gcompris/default.nix
@@ -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";