{libsForQt5.kpmcore,partition-manager}: * -> 22.12.1

This commit is contained in:
oxalica 2023-01-04 23:31:36 +08:00 committed by Peter Hoeg
parent 09696eab5d
commit 9089ee1796
2 changed files with 4 additions and 4 deletions

View File

@ -6,11 +6,11 @@
stdenv.mkDerivation rec {
pname = "kpmcore";
# NOTE: When changing this version, also change the version of `partition-manager`.
version = "22.08.0";
version = "22.12.1";
src = fetchurl {
url = "mirror://kde/stable/release-service/${version}/src/${pname}-${version}.tar.xz";
hash = "sha256-Ws20hKX2iDdke5yBBKXukVUD4OnLf1OmwlhW+jUXL24=";
hash = "sha256-ZJ179jHCLEB0kFMWfCe+U6c7k7yZ3MztwqAcUd25t40=";
};
patches = [

View File

@ -41,11 +41,11 @@ let
in mkDerivation rec {
pname = "partitionmanager";
# NOTE: When changing this version, also change the version of `kpmcore`.
version = "22.04.3";
version = "22.12.1";
src = fetchurl {
url = "mirror://kde/stable/release-service/${version}/src/${pname}-${version}.tar.xz";
hash = "sha256-wt5iQC8Ok6Ey4JJEipz8rk5UxS8kCKRmQZnQAm0WhOg=";
hash = "sha256-8uI7rWkjUALZAdciGwOpmjVzGDffwM86BI9B3S0eSho=";
};
nativeBuildInputs = [ extra-cmake-modules kdoctools wrapGAppsHook ];