libsForQt5.kpmcore: 22.04.3 -> 22.08.0

This commit is contained in:
R. Ryantm 2022-08-20 18:56:59 +00:00
parent 6895427d34
commit e3336e99ea

View file

@ -6,11 +6,11 @@
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
pname = "kpmcore"; pname = "kpmcore";
# NOTE: When changing this version, also change the version of `partition-manager`. # NOTE: When changing this version, also change the version of `partition-manager`.
version = "22.04.3"; version = "22.08.0";
src = fetchurl { src = fetchurl {
url = "mirror://kde/stable/release-service/${version}/src/${pname}-${version}.tar.xz"; url = "mirror://kde/stable/release-service/${version}/src/${pname}-${version}.tar.xz";
hash = "sha256-LmKglUgXhLOBLSpzfXvK/UXFqY3L+p/EoHbZTSKlGhM="; hash = "sha256-Ws20hKX2iDdke5yBBKXukVUD4OnLf1OmwlhW+jUXL24=";
}; };
nativeBuildInputs = [ extra-cmake-modules ]; nativeBuildInputs = [ extra-cmake-modules ];