tracker: 3.5.3 → 3.6.alpha
https://gitlab.gnome.org/GNOME/tracker/-/compare/3.5.3...3.6.alpha I am looking at https://github.com/GNOME/tracker/commit/c9b9fb92dd9e8fcc382421422a78c78ce3012bc3 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:
@@ -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 = [
|
||||
|
||||
Reference in New Issue
Block a user