mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-06 17:13:24 -05:00
gvfs: 1.60.0 → 1.60.1
https://gitlab.gnome.org/GNOME/gvfs/-/compare/1.60.0...1.60.1
(cherry picked from commit 26994a62fc)
This commit is contained in:
parent
f3904b9d93
commit
98ef333b8e
1 changed files with 2 additions and 2 deletions
|
|
@ -46,11 +46,11 @@
|
|||
|
||||
stdenv.mkDerivation (finalAttrs: {
|
||||
pname = "gvfs";
|
||||
version = "1.60.0";
|
||||
version = "1.60.1";
|
||||
|
||||
src = fetchurl {
|
||||
url = "mirror://gnome/sources/gvfs/${lib.versions.majorMinor finalAttrs.version}/gvfs-${finalAttrs.version}.tar.xz";
|
||||
hash = "sha256-ZIJz8GnpLH48ATuSFI6CyQHwgETis7FMbPvVImn2tkY=";
|
||||
hash = "sha256-kOq6Mzq30xp/3q3kWVSlE8NmHM672aE4qrP7SB37nkA=";
|
||||
};
|
||||
|
||||
patches = [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue