tracker: 3.5.3 → 3.6.alpha

https://gitlab.gnome.org/GNOME/tracker/-/compare/3.5.3...3.6.alpha

I am looking at c9b9fb92dd
but it looks like we are doing nothing at trackertestutils right now, I guess regular users should
not need this?

Changelog-reviewed-by: Bobby Rong <rjl931189261@126.com>
This commit is contained in:
Bobby Rong
2023-08-07 07:59:33 +00:00
committed by Jan Tojnar
parent 0bf52d79b3
commit 2d3d41484b

View File

@@ -33,13 +33,13 @@
stdenv.mkDerivation rec {
pname = "tracker";
version = "3.5.3";
version = "3.6.alpha";
outputs = [ "out" "dev" "devdoc" ];
src = fetchurl {
url = "mirror://gnome/sources/${pname}/${lib.versions.majorMinor version}/${pname}-${version}.tar.xz";
sha256 = "FGbIsIl75dngVth+EK1YkntYgDPwGvLxplaokhw6KO4=";
sha256 = "jrEFT4Sv0fGnLg2a/VtE+4Hi+NJoY+Q9Vn6I2mVu8pc=";
};
patches = [