libsForQt5.timed,qt6Packages.timed: 3.6.23 -> 3.6.24

OPNA2608 cae972af 0d03ad43

Changed files
+2 -4
pkgs
applications
system
timed
+2 -4
pkgs/applications/system/timed/default.nix
···
gitUpdater,
testers,
libiodata,
-
pcre-cpp,
pkg-config,
qmake,
qtbase,
···
stdenv.mkDerivation (finalAttrs: {
pname = "timed";
-
version = "3.6.23";
+
version = "3.6.24";
outputs = [
"out"
···
owner = "sailfishos";
repo = "timed";
tag = finalAttrs.version;
-
hash = "sha256-EJ0xxAkrISQfylBneYAEOINRvMUTWWw4E5GKjbq67aU=";
+
hash = "sha256-6axLd3XRCIsuYnKQ0AiCD6Cxut9Ck9hNWwIbkj4Aza8=";
};
postPatch = ''
···
buildInputs = [
libiodata
-
pcre-cpp
sailfish-access-control
];