mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-13 09:17:07 +03:00
gnome.nautilus: 45.alpha → 45.beta
https://gitlab.gnome.org/GNOME/nautilus/-/compare/45.alpha...45.beta Lots of design changes, no build changes that need action. Changelog-reviewed-by: Bobby Rong <rjl931189261@126.com> Changelog-reviewed-by: Jan Tojnar <jtojnar@gmail.com>
This commit is contained in:
parent
7520611fe9
commit
dec1ace1b4
@ -38,13 +38,13 @@
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
pname = "nautilus";
|
||||
version = "45.alpha";
|
||||
version = "45.beta";
|
||||
|
||||
outputs = [ "out" "dev" "devdoc" ];
|
||||
|
||||
src = fetchurl {
|
||||
url = "mirror://gnome/sources/${pname}/${lib.versions.major version}/${pname}-${version}.tar.xz";
|
||||
sha256 = "fefKjSWLime8og02HRkVx8HaczHqNt3TK30htdlphCk=";
|
||||
sha256 = "rRutphecuWZMdmRKRqG+y1slEVb4Gg2R6uv16TPoLJ8=";
|
||||
};
|
||||
|
||||
patches = [
|
||||
|
Loading…
Reference in New Issue
Block a user