mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-27 07:14:52 +00:00
gnome.nautilus: 44.2.1 → 45.alpha
https://gitlab.gnome.org/GNOME/nautilus/-/compare/44.2.1...45.alpha
The cloudproviders dependency is now optional, but the option still defaults to true.
ed6c79ecfa
Changelog-reviewed-by: Bobby Rong <rjl931189261@126.com>
Changelog-reviewed-by: Jan Tojnar <jtojnar@gmail.com>
This commit is contained in:
parent
6385d09514
commit
7b195510e1
@ -38,13 +38,13 @@
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
pname = "nautilus";
|
||||
version = "44.2.1";
|
||||
version = "45.alpha";
|
||||
|
||||
outputs = [ "out" "dev" "devdoc" ];
|
||||
|
||||
src = fetchurl {
|
||||
url = "mirror://gnome/sources/${pname}/${lib.versions.major version}/${pname}-${version}.tar.xz";
|
||||
sha256 = "2cYvAkcn96dvxqXaeIorAkffAaccKmARQ8YqrA/0Hkw=";
|
||||
sha256 = "fefKjSWLime8og02HRkVx8HaczHqNt3TK30htdlphCk=";
|
||||
};
|
||||
|
||||
patches = [
|
||||
|
Loading…
Reference in New Issue
Block a user