gvfs: 1.52.0 → 1.52.1

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

Changelog-reviewed-by: Bobby Rong <rjl931189261@126.com>
Changelog-reviewed-by: Jan Tojnar <jtojnar@gmail.com>
This commit is contained in:
Bobby Rong
2023-11-21 08:42:41 +01:00
committed by Jan Tojnar
parent f723d2ab0f
commit 6eede2794c
+2 -2
View File
@@ -46,11 +46,11 @@
stdenv.mkDerivation rec {
pname = "gvfs";
version = "1.52.0";
version = "1.52.1";
src = fetchurl {
url = "mirror://gnome/sources/gvfs/${lib.versions.majorMinor version}/gvfs-${version}.tar.xz";
hash = "sha256-5A4gNaQLxRzp6I7tBbAlWW5Au0qvm8Yy0SznT9swsfY=";
hash = "sha256-zb1EQPbQh5Km51ISRMFzhuIL1TfTdRFwmfyPto/pF0E=";
};
patches = [