gnome.nautilus: 45.beta → 45.beta2
https://gitlab.gnome.org/GNOME/nautilus/-/compare/45.beta...45.beta2 Lots of design changes. No build changes. Changelog-reviewed-by: Bobby Rong <rjl931189261@126.com> Changelog-reviewed-by: Jan Tojnar <jtojnar@gmail.com>
This commit is contained in:
parent
4eb08c4622
commit
d92f4f9f0a
1 changed files with 2 additions and 2 deletions
|
@ -38,13 +38,13 @@
|
|||
|
||||
stdenv.mkDerivation rec {
|
||||
pname = "nautilus";
|
||||
version = "45.beta";
|
||||
version = "45.beta2";
|
||||
|
||||
outputs = [ "out" "dev" "devdoc" ];
|
||||
|
||||
src = fetchurl {
|
||||
url = "mirror://gnome/sources/${pname}/${lib.versions.major version}/${pname}-${version}.tar.xz";
|
||||
sha256 = "rRutphecuWZMdmRKRqG+y1slEVb4Gg2R6uv16TPoLJ8=";
|
||||
sha256 = "N5hHx2AJGxP+vbdv3r4pJRF1T2APg1DNg+JB9f7uJbc=";
|
||||
};
|
||||
|
||||
patches = [
|
||||
|
|
Loading…
Reference in a new issue