gcompris: 25.0 -> 25.1 (#406006)

authored by

Wolfgang Walther and committed by
GitHub
d67ee978 6d2b7d68

+3 -3
+3 -3
pkgs/games/gcompris/default.nix
··· 20 20 21 21 stdenv.mkDerivation (finalAttrs: { 22 22 pname = "gcompris"; 23 - version = "25.0"; 23 + version = "25.1"; 24 24 25 25 src = fetchurl { 26 26 url = "mirror://kde/stable/gcompris/qt/src/gcompris-qt-${finalAttrs.version}.tar.xz"; 27 - hash = "sha256-E3l+5l4rsauidl6Ik5gSWf+SGpVaAVi5X51etl1D05w="; 27 + hash = "sha256-3aTkhsfsTQgHRKBaa4nbr+Df4HBB+/JF8ImCcWN1rLU="; 28 28 }; 29 29 30 30 # fix concatenation of absolute paths like 31 - # /nix/store/77zcv3vmndif01d4wh1rh0d1dyvyqzpy-gcompris-25.0/bin/..//nix/store/77zcv3vmndif01d4wh1rh0d1dyvyqzpy-gcompris-25.0/share/gcompris-qt/rcc/core.rcc 31 + # /nix/store/77zcv3vmndif01d4wh1rh0d1dyvyqzpy-gcompris-25.1/bin/..//nix/store/77zcv3vmndif01d4wh1rh0d1dyvyqzpy-gcompris-25.1/share/gcompris-qt/rcc/core.rcc 32 32 postPatch = '' 33 33 substituteInPlace src/core/config.h.in --replace-fail \ 34 34 "../@_data_dest_dir@" "../share/gcompris-qt"