partition-manager: 4.2.0 -> 22.04.0

This commit is contained in:
Victor Fuentes 2022-04-13 23:34:49 -04:00
parent 057f88b3d2
commit 607152a41d
No known key found for this signature in database
GPG Key ID: 0A88B68D6A9ACAE0

View File

@ -1,6 +1,6 @@
{ mkDerivation, fetchurl, lib, makeWrapper { mkDerivation, fetchurl, lib, makeWrapper
, extra-cmake-modules, kdoctools, wrapGAppsHook, wrapQtAppsHook , extra-cmake-modules, kdoctools, wrapGAppsHook, wrapQtAppsHook
, kconfig, kcrash, kinit, kpmcore , kconfig, kcrash, kinit, kpmcore, polkit-qt
, cryptsetup, lvm2, mdadm, smartmontools, systemdMinimal, util-linux , cryptsetup, lvm2, mdadm, smartmontools, systemdMinimal, util-linux
, btrfs-progs, dosfstools, e2fsprogs, exfat, f2fs-tools, fatresize, hfsprogs , btrfs-progs, dosfstools, e2fsprogs, exfat, f2fs-tools, fatresize, hfsprogs
, jfsutils, nilfs-utils, ntfs3g, reiser4progs, reiserfsprogs, udftools, xfsprogs, zfs , jfsutils, nilfs-utils, ntfs3g, reiser4progs, reiserfsprogs, udftools, xfsprogs, zfs
@ -41,16 +41,16 @@ let
in mkDerivation rec { in mkDerivation rec {
pname = "partitionmanager"; pname = "partitionmanager";
# NOTE: When changing this version, also change the version of `kpmcore`. # NOTE: When changing this version, also change the version of `kpmcore`.
version = "4.2.0"; version = "22.04.0";
src = fetchurl { src = fetchurl {
url = "mirror://kde/stable/${pname}/${version}/src/${pname}-${version}.tar.xz"; url = "mirror://kde/stable/release-service/${version}/src/${pname}-${version}.tar.xz";
hash = "sha256-6Qlt1c47Eek6TkWWBzTyBZYJ1jfhtwsC9X5q5h6IhPg="; hash = "sha256-eChn3OkdLHC9pedDBBwszTeTj2l7ky2W79INqvjrkBo=";
}; };
nativeBuildInputs = [ extra-cmake-modules kdoctools wrapGAppsHook wrapQtAppsHook makeWrapper ]; nativeBuildInputs = [ extra-cmake-modules kdoctools wrapGAppsHook wrapQtAppsHook makeWrapper ];
propagatedBuildInputs = [ kconfig kcrash kinit kpmcore ]; propagatedBuildInputs = [ kconfig kcrash kinit kpmcore polkit-qt ];
postFixup = '' postFixup = ''
wrapProgram $out/bin/partitionmanager \ wrapProgram $out/bin/partitionmanager \