gcompris: 4.2 -> 4.3 (#362019)

This commit is contained in:
Wolfgang Walther
2024-12-12 20:12:46 +01:00
committed by GitHub
+2 -2
View File
@@ -22,11 +22,11 @@
stdenv.mkDerivation (finalAttrs: {
pname = "gcompris";
version = "4.2";
version = "4.3";
src = fetchurl {
url = "mirror://kde/stable/gcompris/qt/src/gcompris-qt-${finalAttrs.version}.tar.xz";
hash = "sha256-Zocmq8lJxJ5TSLVeix59cAVYQghDK7lUJJeffwjyJWw=";
hash = "sha256-x+oTh0Nu7MnCnKGR2vkALDclG59576u/+HPdftsDtcc=";
};
cmakeFlags = [