tracker: 3.0.0 → 3.0.1

This commit is contained in:
Jan Tojnar 2020-10-24 03:33:16 +00:00
parent 6472c6c76f
commit a632699e71
No known key found for this signature in database
GPG key ID: 7FAB2A15F7A607A4

View file

@ -29,13 +29,13 @@
stdenv.mkDerivation rec {
pname = "tracker";
version = "3.0.0";
version = "3.0.1";
outputs = [ "out" "dev" "devdoc" ];
src = fetchurl {
url = "mirror://gnome/sources/${pname}/${stdenv.lib.versions.majorMinor version}/${pname}-${version}.tar.xz";
sha256 = "0drqsfqc4smfbpjk74iap114yww5cpldfhn4z6b0aavmylalb1kh";
sha256 = "1rhcs75axga7p7hl37h6jzb2az89jddlcwc7ykrnb2khyhka78rr";
};
patches = [