partition-manager: 22.04.0 -> 22.04.3

This commit is contained in:
R. Ryantm 2022-08-03 06:40:15 +00:00 committed by Peter Hoeg
parent 671ce969a9
commit 23b63f6e34

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.0";
version = "22.04.3";
src = fetchurl {
url = "mirror://kde/stable/release-service/${version}/src/${pname}-${version}.tar.xz";
hash = "sha256-eChn3OkdLHC9pedDBBwszTeTj2l7ky2W79INqvjrkBo=";
hash = "sha256-wt5iQC8Ok6Ey4JJEipz8rk5UxS8kCKRmQZnQAm0WhOg=";
};
nativeBuildInputs = [ extra-cmake-modules kdoctools wrapGAppsHook ];