gvfs: 1.51.90 → 1.51.91
https://gitlab.gnome.org/GNOME/gvfs/-/compare/1.51.90...1.51.91 No build changes. Changelog-reviewed-by: Bobby Rong <rjl931189261@126.com> Changelog-reviewed-by: Jan Tojnar <jtojnar@gmail.com>
This commit is contained in:
parent
dac8b94f1f
commit
4eb08c4622
1 changed files with 2 additions and 2 deletions
|
@ -46,11 +46,11 @@
|
|||
|
||||
stdenv.mkDerivation rec {
|
||||
pname = "gvfs";
|
||||
version = "1.51.90";
|
||||
version = "1.51.91";
|
||||
|
||||
src = fetchurl {
|
||||
url = "mirror://gnome/sources/gvfs/${lib.versions.majorMinor version}/gvfs-${version}.tar.xz";
|
||||
hash = "sha256-wFqqfPRjVA+4yQl8+bd9kvLI4N4dzWQ6+xTBKE+CO90=";
|
||||
hash = "sha256-nh2LqlCRqafV5a7QUkFHH+0h0DsSxyl/7F1+OdWZnzo=";
|
||||
};
|
||||
|
||||
patches = [
|
||||
|
|
Loading…
Reference in a new issue