summary refs log tree commit diff
path: root/pkgs/games/gcompris
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2019-09-26 07:32:45 -0700
committerR. RyanTM <ryantm-bot@ryantm.com>2019-09-26 07:32:45 -0700
commit631096f22a7735625ea309f132bae0d205a1fe01 (patch)
treed5a5905914c7543b0778065c05c89a976c76f1b1 /pkgs/games/gcompris
parent96ac71d680fe8d07e51fa979b0818b9aae06e1ec (diff)
downloadnixpkgs-631096f22a7735625ea309f132bae0d205a1fe01.tar
nixpkgs-631096f22a7735625ea309f132bae0d205a1fe01.tar.gz
nixpkgs-631096f22a7735625ea309f132bae0d205a1fe01.tar.bz2
nixpkgs-631096f22a7735625ea309f132bae0d205a1fe01.tar.lz
nixpkgs-631096f22a7735625ea309f132bae0d205a1fe01.tar.xz
nixpkgs-631096f22a7735625ea309f132bae0d205a1fe01.tar.zst
nixpkgs-631096f22a7735625ea309f132bae0d205a1fe01.zip
gcompris: 0.96 -> 0.97
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
Diffstat (limited to 'pkgs/games/gcompris')
-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 23d12602759..874276f2720 100644
--- a/pkgs/games/gcompris/default.nix
+++ b/pkgs/games/gcompris/default.nix
@@ -18,11 +18,11 @@
 
 mkDerivation rec {
   pname = "gcompris";
-  version = "0.96";
+  version = "0.97";
 
   src = fetchurl {
     url = "http://gcompris.net/download/qt/src/gcompris-qt-${version}.tar.xz";
-    sha256 = "06483il59l46ny2w771sg45dgzjwv1ph7vidzzbj0wb8wbk2rg52";
+    sha256 = "1vy2b7vb11glack6p8x1mchxvc2j4l4q8h5fmxacgq8z2ali329b";
   };
 
   cmakeFlags = [