gnu: kubrick: Update to 25.08.1.

* gnu/packages/kde-games.scm (kubrick): Update to 25.08.1.

Change-Id: I2cf983bb66f15d1f65e88f06aa3de36aa083ddd9
This commit is contained in:
Sughosha 2025-09-20 20:36:04 +05:30 committed by Zheng Junjie
parent 54ef10659a
commit e6afe9ca0b
No known key found for this signature in database
GPG key ID: 3B5AA993E1A2DFF0

View file

@ -1248,14 +1248,14 @@ This package is part of the KDE games module.")
(define-public kubrick
(package
(name "kubrick")
(version "25.04.0")
(version "25.08.1")
(source
(origin
(method url-fetch)
(uri (string-append "mirror://kde/stable/release-service/" version
"/src/kubrick-" version ".tar.xz"))
(sha256
(base32 "1adysq3kfi70f60gj3b2g82b3p30y5sla1q87fmljvgfyb0zxyn5"))))
(base32 "109kklsv7rnhg4xrdnj51hmw6gmvhyi4cds42l20vkwkkchmbgfv"))))
(build-system qt-build-system)
(native-inputs
(list extra-cmake-modules kdoctools))