gnome.nautilus: 42.1.1 -> 42.2

This commit is contained in:
R. Ryantm 2022-05-28 04:30:31 +00:00 committed by Jan Tojnar
parent a50b30bc9a
commit 0dfde4541e

View File

@ -34,13 +34,13 @@
stdenv.mkDerivation rec {
pname = "nautilus";
version = "42.1.1";
version = "42.2";
outputs = [ "out" "dev" ];
src = fetchurl {
url = "mirror://gnome/sources/${pname}/${lib.versions.major version}/${pname}-${version}.tar.xz";
sha256 = "hRnUVl6EKqPTHQ/jmyHUisVO3A8GWP4djqLaTnBMG2Y=";
sha256 = "mSEtLrdZlvGBcorQSi4thvJXewZOaKNMi4GnA330zLI=";
};
patches = [