From f17ccc32609dcf4a4d68b3d379ed8addaef8f86e Mon Sep 17 00:00:00 2001 From: Bobby Rong Date: Tue, 5 Sep 2023 15:04:09 +0000 Subject: [PATCH] =?UTF-8?q?gnome.nautilus:=2045.beta2=20=E2=86=92=2045.rc?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit https://gitlab.gnome.org/GNOME/nautilus/-/compare/45.beta2...45.rc meson change looks okay. Changelog-reviewed-by: Bobby Rong Changelog-reviewed-by: Jan Tojnar --- pkgs/desktops/gnome/core/nautilus/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/desktops/gnome/core/nautilus/default.nix b/pkgs/desktops/gnome/core/nautilus/default.nix index 5146d82d6943..9d0c0a136f1b 100644 --- a/pkgs/desktops/gnome/core/nautilus/default.nix +++ b/pkgs/desktops/gnome/core/nautilus/default.nix @@ -38,13 +38,13 @@ stdenv.mkDerivation rec { pname = "nautilus"; - version = "45.beta2"; + version = "45.rc"; outputs = [ "out" "dev" "devdoc" ]; src = fetchurl { url = "mirror://gnome/sources/${pname}/${lib.versions.major version}/${pname}-${version}.tar.xz"; - sha256 = "N5hHx2AJGxP+vbdv3r4pJRF1T2APg1DNg+JB9f7uJbc="; + sha256 = "VXLbYHg+TyL258Ajd7C9HZKZ4ClxhaMGLABw+QdmvbQ="; }; patches = [