Merge pull request #236238 from bobby285271/upd/gnome

gnome.nautilus: 44.1 → 44.2.1
This commit is contained in:
maxine 2023-06-06 14:50:19 +02:00 committed by GitHub
commit 5f50b9ccfe
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -38,13 +38,13 @@
stdenv.mkDerivation rec {
pname = "nautilus";
version = "44.1";
version = "44.2.1";
outputs = [ "out" "dev" "devdoc" ];
src = fetchurl {
url = "mirror://gnome/sources/${pname}/${lib.versions.major version}/${pname}-${version}.tar.xz";
sha256 = "NggCpZXj7brZYsjOo1O2K6qL5AdRO1FiyJyTPKU4eqk=";
sha256 = "2cYvAkcn96dvxqXaeIorAkffAaccKmARQ8YqrA/0Hkw=";
};
patches = [