gvfs: 1.55.90 → 1.56.0

https://gitlab.gnome.org/GNOME/gvfs/-/compare/1.55.90...1.56.0

Changelog-reviewed-by: Bobby Rong <rjl931189261@126.com>
This commit is contained in:
Bobby Rong
2024-10-14 20:54:13 +08:00
parent 8edccecd8d
commit db8b3b331c
+2 -2
View File
@@ -46,11 +46,11 @@
stdenv.mkDerivation (finalAttrs: {
pname = "gvfs";
version = "1.55.90";
version = "1.56.0";
src = fetchurl {
url = "mirror://gnome/sources/gvfs/${lib.versions.majorMinor finalAttrs.version}/gvfs-${finalAttrs.version}.tar.xz";
hash = "sha256-W6IxlrZUSAWbm3h8QYW6irSsUIZ36QnEHUEIbpGuLzI=";
hash = "sha256-RB0jVscmFjZM20IK+WGZEToT7Z4UbyF1/jc5ia2to54=";
};
patches = [