gnome.nautilus: 42.rc → 42.0

https://gitlab.gnome.org/GNOME/nautilus/-/compare/42.rc...42.0
This commit is contained in:
Jan Tojnar 2022-03-20 02:11:22 +00:00
parent 8422afe224
commit 66b7d51d18

View File

@ -35,13 +35,13 @@
stdenv.mkDerivation rec {
pname = "nautilus";
version = "42.rc";
version = "42.0";
outputs = [ "out" "dev" ];
src = fetchurl {
url = "mirror://gnome/sources/${pname}/${lib.versions.major version}/${pname}-${version}.tar.xz";
sha256 = "IA80O5kQQzao46aPN8Q9QP1K2a0wSl4fxZP43FE/r58=";
sha256 = "PJBPM7otKgeIkr7ir3FITNYIkjzXjsfooVF7whVRE9U=";
};
patches = [