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

Commits on Mar 14, 2019

  1. squash! webkitgtk: 2.22.7 -> 2.23.92

    webkitgtk: 2.22.7 -> 2.24.0
    hedning committed Mar 14, 2019
    Copy the full SHA
    5bc011e View commit details
  2. squash! evince: 3.30.2 -> 3.31.91

    evince: 3.30.2 -> 3.32.0
    hedning committed Mar 14, 2019
    Copy the full SHA
    54df2b5 View commit details
  3. squash! gnome3.gnome-notes: 3.30.3 -> 3.31.92

    gnome3.gnome-notes: 3.30.3 -> 3.32.0
    hedning committed Mar 14, 2019
    Copy the full SHA
    41ea8da View commit details
  4. squash! gnomeExtensions.gsconnect: 20 -> 21-rc1

    gnomeExtensions.gsconnect: 20 -> 21-rc2
    hedning committed Mar 14, 2019
    Copy the full SHA
    88365c2 View commit details
4 changes: 2 additions & 2 deletions pkgs/desktops/gnome-3/apps/gnome-notes/default.nix
Original file line number Diff line number Diff line change
@@ -5,13 +5,13 @@
, gnome3, libxml2 }:

let
version = "3.31.92";
version = "3.32.0";
in stdenv.mkDerivation rec {
name = "gnome-notes-${version}";

src = fetchurl {
url = "mirror://gnome/sources/bijiben/${stdenv.lib.versions.majorMinor version}/bijiben-${version}.tar.xz";
sha256 = "00xgfsphznisi93bjxxl914wfl3xf14zg0vjnhl93nsqz511byg1";
sha256 = "09l98yvgrfjw427wn271ap5v6hbwdf9liyrkp34bl0k3hv2d6dv3";
};

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

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

src = fetchurl {
url = "mirror://gnome/sources/evince/${stdenv.lib.versions.majorMinor version}/${name}.tar.xz";
sha256 = "06xn9d8m4fnc5rhbbasbicshaa4mky1x27mcyi8bh8hipxl9a9zz";
sha256 = "0h2c6b2h6g3zy0gnycrjk1y7rp0kf7ppci76dmd2zvb6chhpgngh";
};

passthru = {
4 changes: 2 additions & 2 deletions pkgs/desktops/gnome-3/extensions/gsconnect/default.nix
Original file line number Diff line number Diff line change
@@ -4,13 +4,13 @@

stdenv.mkDerivation rec {
name = "gnome-shell-gsconnect-${version}";
version = "21-rc1";
version = "21-rc2";

src = fetchFromGitHub {
owner = "andyholmes";
repo = "gnome-shell-extension-gsconnect";
rev = "v${version}";
sha256 = "0jdhzs2g17kv6fppw0rplm31vcd8645iak1pkan8g9sqjvww13ja";
sha256 = "0j42gd0w9jyj0sshz8bmixxkg7zpyjfq3hz8mclsz2km59gqydns";
};

patches = [
4 changes: 2 additions & 2 deletions pkgs/development/libraries/webkitgtk/default.nix
Original file line number Diff line number Diff line change
@@ -16,7 +16,7 @@ assert stdenv.isDarwin -> !enableGtk2Plugins;
with stdenv.lib;
stdenv.mkDerivation rec {
name = "webkitgtk-${version}";
version = "2.23.92";
version = "2.24.0";

meta = {
description = "Web content rendering engine, GTK+ port";
@@ -29,7 +29,7 @@ stdenv.mkDerivation rec {

src = fetchurl {
url = "https://webkitgtk.org/releases/${name}.tar.xz";
sha256 = "0d2il0k96xviqi7dfs7rq8w5zy7ph12nzb4fm2w1ys1r97r6qs7g";
sha256 = "01s446lmjk7y8il4snjm32vpxws2rp4hmxrwm2swx0p47x8d2jif";
};

patches = optionals stdenv.isDarwin [