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: c6b4c8294802
Choose a base ref
...
head repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 305bef619264
Choose a head ref
  • 5 commits
  • 5 files changed
  • 1 contributor

Commits on Mar 13, 2019

  1. squash! gnome3.seahorse: 3.30.1.1 -> 3.31.91

    gnome3.seahorse: 3.30.1.1 -> 3.32.0
    hedning committed Mar 13, 2019
    Copy the full SHA
    f3df31f View commit details
  2. squash! gnome3.dconf-editor: 3.30.2 -> 3.31.91

    gnome3.dconf-editor: 3.30.2 -> 3.32.0
    hedning committed Mar 13, 2019
    Copy the full SHA
    1501879 View commit details
  3. squash! glib-networking: 2.58.0 -> 2.60.0

    glib-networking: 2.58.0 -> 2.60.0.1
    hedning committed Mar 13, 2019
    Copy the full SHA
    3b7f897 View commit details
  4. squash! gnome3.gnome-contacts: 3.30.2 -> 3.31.90

    gnome3.gnome-contacts: 3.30.2 -> 3.32.0
    hedning committed Mar 13, 2019
    Copy the full SHA
    0aff0d9 View commit details
  5. squash! libdazzle: 3.30.2 -> 3.31.92

    libdazzle: 3.30.2 -> 3.32.0
    hedning committed Mar 13, 2019
    Copy the full SHA
    305bef6 View commit details
4 changes: 2 additions & 2 deletions pkgs/desktops/gnome-3/apps/seahorse/default.nix
Original file line number Diff line number Diff line change
@@ -6,11 +6,11 @@

stdenv.mkDerivation rec {
pname = "seahorse";
version = "3.31.91";
version = "3.32";

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

doCheck = true;
4 changes: 2 additions & 2 deletions pkgs/desktops/gnome-3/core/dconf-editor/default.nix
Original file line number Diff line number Diff line change
@@ -3,13 +3,13 @@

let
pname = "dconf-editor";
version = "3.31.91";
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 = "0j5lkwa9fzmrrppjaxjkkihw0rimn445aq3fv960m9x7xhnp2p68";
sha256 = "1fmsmlh16njjm948grz20mzrsvb4wjj7pl1fvkrkxqi7mhr177gi";
};

nativeBuildInputs = [ meson ninja vala libxslt pkgconfig wrapGAppsHook gettext docbook_xsl libxml2 gobject-introspection python3 ];
4 changes: 2 additions & 2 deletions pkgs/desktops/gnome-3/core/gnome-contacts/default.nix
Original file line number Diff line number Diff line change
@@ -5,13 +5,13 @@
, vala, meson, ninja, libhandy }:

let
version = "3.31.90";
version = "3.32";
in stdenv.mkDerivation rec {
name = "gnome-contacts-${version}";

src = fetchurl {
url = "mirror://gnome/sources/gnome-contacts/${stdenv.lib.versions.majorMinor version}/${name}.tar.xz";
sha256 = "1y73aki81qapn9hw529xs6x390ss1ab5hj4aaf2pvvcrif99d80l";
sha256 = "12vr75d5akhs0fzmjg6j21jrrlr8njdrf9dwhw94k8p73y1gjjgw";
};

propagatedUserEnvPkgs = [ evolution-data-server ];
4 changes: 2 additions & 2 deletions pkgs/development/libraries/glib-networking/default.nix
Original file line number Diff line number Diff line change
@@ -3,14 +3,14 @@

let
pname = "glib-networking";
version = "2.60.0";
version = "2.60.0.1";
in
stdenv.mkDerivation rec {
name = "${pname}-${version}";

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

outputs = [ "out" "dev" ]; # to deal with propagatedBuildInputs
4 changes: 2 additions & 2 deletions pkgs/development/libraries/libdazzle/default.nix
Original file line number Diff line number Diff line change
@@ -2,7 +2,7 @@
, gtk-doc, docbook_xsl, docbook_xml_dtd_43, glibcLocales, dbus, xvfb_run, glib, gtk3, gnome3 }:

let
version = "3.31.92";
version = "3.32.0";
pname = "libdazzle";
in
stdenv.mkDerivation {
@@ -13,7 +13,7 @@ stdenv.mkDerivation {

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

nativeBuildInputs = [ ninja meson pkgconfig vala gobject-introspection libxml2 gtk-doc docbook_xsl docbook_xml_dtd_43 glibcLocales dbus xvfb_run ];