gnome3.nautilus: 3.32.1 -> 3.32.3

Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/nautilus/versions
This commit is contained in:
R. RyanTM 2019-08-19 14:10:56 -07:00
parent ffbb4d26f9
commit c4007ecda7

View file

@ -7,13 +7,13 @@
let
pname = "nautilus";
version = "3.32.1";
version = "3.32.3";
in stdenv.mkDerivation rec {
name = "${pname}-${version}";
src = fetchurl {
url = "mirror://gnome/sources/${pname}/${stdenv.lib.versions.majorMinor version}/${name}.tar.xz";
sha256 = "0vmrvimv4183l3ij4kv0ir2c9rfzk7gh3xc2pa4wkqq9kn7h6m7s";
sha256 = "1x9crzbj6rrrf8w5dkcx0c14j40byr4ijpzkwd5dcrbfvvdy1r01";
};
nativeBuildInputs = [