Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 305bef619264
Choose a base ref
...
head repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 8f1f216aef13
Choose a head ref
  • 6 commits
  • 6 files changed
  • 2 contributors

Commits on Mar 13, 2019

  1. squash! orca: 3.30.2 -> 3.31.92

    orca: 3.30.2 -> 3.32.0
    worldofpeace committed Mar 13, 2019
    Copy the full SHA
    9b457dc View commit details
  2. squash! gnome3.gdm: 3.30.3 -> 3.31.91

    gnome3.gdm: 3.30.3 -> 3.32.0
    worldofpeace committed Mar 13, 2019
    Copy the full SHA
    fe543d2 View commit details
  3. squash! gnome3.gnome-session: 3.30.1 -> 3.31.4

    gnome3.gnome-session: 3.30.1 -> 3.32.0
    worldofpeace committed Mar 13, 2019
    Copy the full SHA
    8b1f51d View commit details
  4. squash! gnome3.nautilus: 3.30.5 -> 3.31.90

    gnome3.nautilus: 3.30.5 -> 3.32.0
    worldofpeace committed Mar 13, 2019
    Copy the full SHA
    6d25780 View commit details
  5. Copy the full SHA
    273c104 View commit details
  6. gnome3.geary: 0.13.2 -> 0.13.3

    dtzWill authored and worldofpeace committed Mar 13, 2019
    Copy the full SHA
    8f1f216 View commit details
4 changes: 2 additions & 2 deletions pkgs/applications/misc/orca/default.nix
Original file line number Diff line number Diff line change
@@ -9,13 +9,13 @@

buildPythonApplication rec {
pname = "orca";
version = "3.31.92";
version = "3.32.0";

format = "other";

src = fetchurl {
url = "mirror://gnome/sources/${pname}/${stdenv.lib.versions.majorMinor version}/${pname}-${version}.tar.xz";
sha256 = "1dkhpc014c2hs6p0njv45kcj1b6cr69hkd648s4a878br52bjs2h";
sha256 = "05jqzlg0f1x53hyl0l9282ynmw37159g6dsbrid12b7sjs12cc1i";
};

patches = [
4 changes: 2 additions & 2 deletions pkgs/desktops/gnome-3/core/gdm/default.nix
Original file line number Diff line number Diff line change
@@ -5,11 +5,11 @@

stdenv.mkDerivation rec {
name = "gdm-${version}";
version = "3.31.91";
version = "3.32.0";

src = fetchurl {
url = "mirror://gnome/sources/gdm/${stdenv.lib.versions.majorMinor version}/${name}.tar.xz";
sha256 = "12lmgg2vq6dspy800nqqmfpckmfkpbr5fagsgrscszaxw7q287vr";
sha256 = "12ypdz9i24hwbl1d1wnnxb8zlvfa4f49n9ac5cl9d6h8qp4b0gb4";
};

# Only needed to make it build
4 changes: 2 additions & 2 deletions pkgs/desktops/gnome-3/core/gnome-session/default.nix
Original file line number Diff line number Diff line change
@@ -4,11 +4,11 @@

stdenv.mkDerivation rec {
name = "gnome-session-${version}";
version = "3.31.4";
version = "3.32.0";

src = fetchurl {
url = "mirror://gnome/sources/gnome-session/${stdenv.lib.versions.majorMinor version}/${name}.tar.xz";
sha256 = "13l7jv1j34ybm1wnk8gkn7xp4c9hxxib1vbza14f6x4bkxmpfyaj";
sha256 = "0zrzkpd406i159mla7bfs5npa32fgqh66aip1rfq02rgsgmc9m5v";
};

patches = [
4 changes: 2 additions & 2 deletions pkgs/desktops/gnome-3/core/nautilus/default.nix
Original file line number Diff line number Diff line change
@@ -7,13 +7,13 @@

let
pname = "nautilus";
version = "3.31.90";
version = "3.32.0";
in stdenv.mkDerivation rec {
name = "${pname}-${version}";

src = fetchurl {
url = "mirror://gnome/sources/${pname}/${stdenv.lib.versions.majorMinor version}/${name}.tar.xz";
sha256 = "174vzpxnmrzcrdr9vp03hwyv0krj9gdyx7cdqrnj4d1c5mqrq1xl";
sha256 = "1pnh32fal7dkwadga5savg1nv0zqnbakhk0hxr5726087i6y6ii2";
};

nativeBuildInputs = [
12 changes: 6 additions & 6 deletions pkgs/desktops/gnome-3/games/aisleriot/default.nix
Original file line number Diff line number Diff line change
@@ -3,12 +3,12 @@
, guile_2_0, libcanberra-gtk3 }:

stdenv.mkDerivation rec {
name = "aisleriot-${version}";
version = "3.22.7";
pname = "aisleriot";
version = "3.22.8";

src = fetchurl {
url = "mirror://gnome/sources/aisleriot/${stdenv.lib.versions.majorMinor version}/${name}.tar.xz";
sha256 = "1ysljnrlvzssgbhxcgb28n9k3l0rybxi5lkrm8pg6a4nspaw5mc4";
url = "mirror://gnome/sources/${pname}/${stdenv.lib.versions.majorMinor version}/${pname}-${version}.tar.xz";
sha256 = "15pm39679ymxki07sb5nvhycz4z53zwbvascyp5wm4864bn98815";
};

configureFlags = [
@@ -21,8 +21,8 @@ stdenv.mkDerivation rec {

passthru = {
updateScript = gnome3.updateScript {
packageName = "aisleriot";
attrPath = "gnome3.aisleriot";
packageName = pname;
attrPath = "gnome3.${pname}";
};
};

4 changes: 2 additions & 2 deletions pkgs/desktops/gnome-3/misc/geary/default.nix
Original file line number Diff line number Diff line change
@@ -6,11 +6,11 @@

stdenv.mkDerivation rec {
pname = "geary";
version = "0.13.2";
version = "0.13.3";

src = fetchurl {
url = "mirror://gnome/sources/${pname}/${stdenv.lib.versions.majorMinor version}/${pname}-${version}.tar.xz";
sha256 = "1fp3zzgpkm1l4d0g5194wnriz2spxa9kgrgy98kvvffl7ac860kk";
sha256 = "033in6221vlp8fyskrpls71x3bwbb5i0l33xfs4qhylj5wcskmzi";
};

patches = [