gnome3.nautilus: 3.38.2 → 40.1
This commit is contained in:
parent
8903541c59
commit
4a826fd2bc
|
@ -9,6 +9,8 @@
|
|||
, python3
|
||||
, wrapGAppsHook
|
||||
, gtk3
|
||||
, libhandy
|
||||
, libportal
|
||||
, gnome3
|
||||
, gnome-autoar
|
||||
, glib-networking
|
||||
|
@ -32,11 +34,11 @@
|
|||
|
||||
stdenv.mkDerivation rec {
|
||||
pname = "nautilus";
|
||||
version = "3.38.2";
|
||||
version = "40.1";
|
||||
|
||||
src = fetchurl {
|
||||
url = "mirror://gnome/sources/${pname}/${lib.versions.majorMinor version}/${pname}-${version}.tar.xz";
|
||||
sha256 = "19ln84d6s05h6cvx3c500bg5pvkz4k6p6ykmr2201rblq9afp76h";
|
||||
url = "mirror://gnome/sources/${pname}/${lib.versions.major version}/${pname}-${version}.tar.xz";
|
||||
sha256 = "0cwxr7bfa19dvzra81s9wfshzv0zv7ycpfffn4amigd0fh0vkkwf";
|
||||
};
|
||||
|
||||
patches = [
|
||||
|
@ -71,6 +73,8 @@ stdenv.mkDerivation rec {
|
|||
gsettings-desktop-schemas
|
||||
gst_all_1.gst-plugins-base
|
||||
gtk3
|
||||
libhandy
|
||||
libportal
|
||||
libexif
|
||||
libnotify
|
||||
libseccomp
|
||||
|
|
Loading…
Reference in New Issue