···20, srcs
2122# These must be updated in tandem with package updates.
23-, cargoShaForVersion ? "23.03.80"
24-, cargoSha256 ? "sha256-nXWQNXVlPWRQdDPXR5NsHJR6kaLxV7UxPC0OIubH/4c="
25}:
2627# Guard against incomplete updates.
···20, srcs
2122# These must be updated in tandem with package updates.
23+, cargoShaForVersion ? "23.04.0"
24+, cargoSha256 ? "sha256-96Qe8zdLZdOrU/t6J+JJ6V0PXyFOnJF18qDrk4PZGsA="
25}:
2627# Guard against incomplete updates.
···22in
23lib.mapAttrs mk (lib.importJSON ./srcs-generated.json)
24// {
0000000000025 # qtwebkit does not have an official release tarball on the qt mirror and is
26 # mostly maintained by the community.
27 qtwebkit = rec {
···22in
23lib.mapAttrs mk (lib.importJSON ./srcs-generated.json)
24// {
25+ # Has no kde/5.15 branch
26+ qtpositioning = rec {
27+ version = "5.15.2";
28+ src = fetchFromGitHub {
29+ owner = "qt";
30+ repo = "qtpositioning";
31+ rev = "v${version}";
32+ hash = "sha256-L/P+yAQItm3taPpCNoOOm7PNdOFZiIwJJYflk6JDWvU=";
33+ };
34+ };
35+36 # qtwebkit does not have an official release tarball on the qt mirror and is
37 # mostly maintained by the community.
38 qtwebkit = rec {