gvfs: 1.51.91 → 1.52.0

https://gitlab.gnome.org/GNOME/gvfs/-/compare/1.51.91...1.52.0

Just translations.

Changelog-reviewed-by: Bobby Rong <rjl931189261@126.com>
Changelog-reviewed-by: Jan Tojnar <jtojnar@gmail.com>
This commit is contained in:
Bobby Rong 2023-09-16 02:39:00 +00:00 committed by Jan Tojnar
parent 0918c8b037
commit 51291b9e2d

View File

@ -46,11 +46,11 @@
stdenv.mkDerivation rec {
pname = "gvfs";
version = "1.51.91";
version = "1.52.0";
src = fetchurl {
url = "mirror://gnome/sources/gvfs/${lib.versions.majorMinor version}/gvfs-${version}.tar.xz";
hash = "sha256-nh2LqlCRqafV5a7QUkFHH+0h0DsSxyl/7F1+OdWZnzo=";
hash = "sha256-5A4gNaQLxRzp6I7tBbAlWW5Au0qvm8Yy0SznT9swsfY=";
};
patches = [