mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-21 16:11:22 +00:00
nautilus: 50.1 → 50.2.2
https://gitlab.gnome.org/GNOME/nautilus/-/compare/50.1...50.2.2
(cherry picked from commit 250bde9c3c)
This commit is contained in:
committed by
github-actions[bot]
parent
90cb46c1d3
commit
daab3ecb00
@@ -44,7 +44,7 @@
|
||||
|
||||
stdenv.mkDerivation (finalAttrs: {
|
||||
pname = "nautilus";
|
||||
version = "50.1";
|
||||
version = "50.2.2";
|
||||
|
||||
outputs = [
|
||||
"out"
|
||||
@@ -54,7 +54,7 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
|
||||
src = fetchurl {
|
||||
url = "mirror://gnome/sources/nautilus/${lib.versions.major finalAttrs.version}/nautilus-${finalAttrs.version}.tar.xz";
|
||||
hash = "sha256-1ieTuWWXcbZqa24FK1Iin4aN2+wTiKC2ae7wvSESEu4=";
|
||||
hash = "sha256-4eKF7930LtMN2lsp9/jSQtq0vBQJqQVIY7NnutSzTVo=";
|
||||
};
|
||||
|
||||
patches = [
|
||||
|
||||
Reference in New Issue
Block a user