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

Commits on Oct 14, 2019

  1. Verified

    This commit was signed with the committer’s verified signature.
    boesing Maximilian Bösing
    Copy the full SHA
    4920602 View commit details
  2. Verified

    This commit was signed with the committer’s verified signature.
    boesing Maximilian Bösing
    Copy the full SHA
    a421960 View commit details
  3. Verified

    This commit was signed with the committer’s verified signature.
    boesing Maximilian Bösing
    Copy the full SHA
    b4a27db View commit details
  4. Verified

    This commit was signed with the committer’s verified signature.
    boesing Maximilian Bösing
    Copy the full SHA
    5613181 View commit details
  5. Verified

    This commit was signed with the committer’s verified signature.
    boesing Maximilian Bösing
    Copy the full SHA
    0d85cc0 View commit details
  6. Verified

    This commit was signed with the committer’s verified signature.
    boesing Maximilian Bösing
    Copy the full SHA
    4ebce98 View commit details
  7. Verified

    This commit was signed with the committer’s verified signature.
    boesing Maximilian Bösing
    Copy the full SHA
    907b895 View commit details
  8. Verified

    This commit was signed with the committer’s verified signature.
    boesing Maximilian Bösing
    Copy the full SHA
    fb9783d View commit details

Commits on Oct 15, 2019

  1. Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    22a521d View commit details
  2. Copy the full SHA
    caa45ce View commit details
  3. vte: 0.58.1 -> 0.58.2

    worldofpeace committed Oct 15, 2019
    Copy the full SHA
    bebc546 View commit details
  4. Copy the full SHA
    ec8d2a3 View commit details
  5. Copy the full SHA
    c2f6196 View commit details
  6. Copy the full SHA
    04f5aee View commit details
  7. Copy the full SHA
    7b917ec View commit details

Commits on Oct 16, 2019

  1. Merge pull request #71147 from worldofpeace/gnome-3.34.1-more

    More Gnome 3.34.1
    worldofpeace authored Oct 16, 2019
    Copy the full SHA
    1f470a5 View commit details
4 changes: 2 additions & 2 deletions pkgs/desktops/gnome-3/apps/gnome-calendar/default.nix
Original file line number Diff line number Diff line change
@@ -4,13 +4,13 @@

let
pname = "gnome-calendar";
version = "3.34.1";
version = "3.34.2";
in stdenv.mkDerivation rec {
name = "${pname}-${version}";

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

passthru = {
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,14 +5,14 @@
, gnome3, libxml2, gsettings-desktop-schemas, tracker }:

let
version = "3.34.0";
version = "3.34.1";
in stdenv.mkDerivation {
pname = "gnome-notes";
inherit version;

src = fetchurl {
url = "mirror://gnome/sources/bijiben/${stdenv.lib.versions.majorMinor version}/bijiben-${version}.tar.xz";
sha256 = "0wrnsspcg4s0vdfc23cc84xy02k3b19yim9s4k0vv23b69n37n1l";
sha256 = "0yf2scjnn2qi40g4iqg11qc4bnspd3qcnvg5b11ign5fa3qcihzv";
};

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

let
pname = "gnome-screenshot";
version = "3.33.90";
version = "3.34.0";
in stdenv.mkDerivation rec {
name = "${pname}-${version}";

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

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

stdenv.mkDerivation rec {
pname = "gnome-settings-daemon";
version = "3.34.0";
version = "3.34.1";

src = fetchurl {
url = "mirror://gnome/sources/gnome-settings-daemon/${stdenv.lib.versions.majorMinor version}/${pname}-${version}.tar.xz";
sha256 = "0dvkq6pwrvqsm30wa965q0wf15v7nmnv6xfb9sli2sc62yc9gr3w";
sha256 = "07y1gbicz0pbxmdgwrdzyc4byy30wfwpbqgvnx27gnpqmc5s50cr";
};

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

stdenv.mkDerivation rec {
pname = "gnome-shell-extensions";
version = "3.34.0";
version = "3.34.1";

src = fetchurl {
url = "mirror://gnome/sources/gnome-shell-extensions/${stdenv.lib.versions.majorMinor version}/${pname}-${version}.tar.xz";
sha256 = "1ayb48l2p3lji7b226027293jfclgcjmdb5dd6xfn67rhxm8zgzm";
sha256 = "0ny7mk82kpfac977j02860c75d7zn05gvy0h9bphvx0v7ca53bdh";
};

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

stdenv.mkDerivation rec {
pname = "gnome-terminal";
version = "3.34.1";
version = "3.34.2";

src = fetchurl {
url = "mirror://gnome/sources/gnome-terminal/${stdenv.lib.versions.majorMinor version}/${pname}-${version}.tar.xz";
sha256 = "06fqgyfzjqj5k3cr9ig6xa85ml7ifgwfj4gi9z5f0pyc62lwvzlg";
sha256 = "0gc004f9b5k94gkdanmqjz3wqgnpny0l3nqm8zd19h4f0ps27mrv";
};

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

stdenv.mkDerivation rec {
pname = "gnome-sudoku";
version = "3.34.0";
version = "3.34.1";

src = fetchurl {
url = "mirror://gnome/sources/gnome-sudoku/${stdenv.lib.versions.majorMinor version}/${pname}-${version}.tar.xz";
sha256 = "1bwy9w4jkdlsc6iz7lwy0nm4vqa11kgcw24qf4w2g0qyldcvhc3y";
sha256 = "025y85r4qqardivvwiwhbmgarziykdy224m8zlrq8b79zv82793b";
};

nativeBuildInputs = [ meson ninja vala pkgconfig gobject-introspection gettext itstool libxml2 python3 desktop-file-utils wrapGAppsHook ];
4 changes: 2 additions & 2 deletions pkgs/desktops/gnome-3/games/iagno/default.nix
Original file line number Diff line number Diff line change
@@ -5,11 +5,11 @@

stdenv.mkDerivation rec {
pname = "iagno";
version = "3.34.1";
version = "3.34.2";

src = fetchurl {
url = "mirror://gnome/sources/iagno/${stdenv.lib.versions.majorMinor version}/${pname}-${version}.tar.xz";
sha256 = "1y9sknc5k2vfhbv8bhbid4zwwzqj8g5m1jz0k5bfkixaa1kxvp35";
sha256 = "0r31k6b8mqgn5c55hi94gpdr776ykq7ww55vq6pmp5irhdwb3gn9";
};

nativeBuildInputs = [
4 changes: 2 additions & 2 deletions pkgs/desktops/gnome-3/misc/gnome-flashback/default.nix
Original file line number Diff line number Diff line change
@@ -26,14 +26,14 @@

let
pname = "gnome-flashback";
version = "3.34.0";
version = "3.34.1";
requiredComponents = wmName: "RequiredComponents=${wmName};gnome-flashback;gnome-panel;org.gnome.SettingsDaemon.A11ySettings;org.gnome.SettingsDaemon.Color;org.gnome.SettingsDaemon.Datetime;org.gnome.SettingsDaemon.Housekeeping;org.gnome.SettingsDaemon.Keyboard;org.gnome.SettingsDaemon.MediaKeys;org.gnome.SettingsDaemon.Power;org.gnome.SettingsDaemon.PrintNotifications;org.gnome.SettingsDaemon.Rfkill;org.gnome.SettingsDaemon.ScreensaverProxy;org.gnome.SettingsDaemon.Sharing;org.gnome.SettingsDaemon.Smartcard;org.gnome.SettingsDaemon.Sound;org.gnome.SettingsDaemon.Wacom;org.gnome.SettingsDaemon.XSettings;";
gnome-flashback = stdenv.mkDerivation rec {
name = "${pname}-${version}";

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

# make .desktop Execs absolute
8 changes: 4 additions & 4 deletions pkgs/desktops/gnome-3/misc/pomodoro/default.nix
Original file line number Diff line number Diff line change
@@ -22,14 +22,14 @@
}:

stdenv.mkDerivation rec {
pname = "gnome-shell-pomodoro-unstable";
version = "2019-09-15";
pname = "gnome-shell-pomodoro";
version = "0.16.0";

src = fetchFromGitHub {
owner = "codito";
repo = "gnome-pomodoro";
rev = "cb1ad32587c209d3322cd1bbc139efa624a4436f";
sha256 = "1zp3z043zzkkn2305s55hnpf9bdzirlzljpzswfh1fj6j4dqlb9k";
rev = version;
sha256 = "1bjsjkbms9irn7nkzi0hmgr5vwcgh9xzr5vw4sk2n711wj5d96bi";
};

nativeBuildInputs = [
4 changes: 2 additions & 2 deletions pkgs/development/libraries/libgweather/default.nix
Original file line number Diff line number Diff line change
@@ -3,13 +3,13 @@

stdenv.mkDerivation rec {
pname = "libgweather";
version = "3.33.92";
version = "3.34.0";

outputs = [ "out" "dev" "devdoc" ];

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

nativeBuildInputs = [ meson ninja pkgconfig gettext vala gtk-doc docbook_xsl docbook_xml_dtd_43 gobject-introspection python3 ];
4 changes: 2 additions & 2 deletions pkgs/development/libraries/tracker-miners/default.nix
Original file line number Diff line number Diff line change
@@ -45,11 +45,11 @@

stdenv.mkDerivation rec {
pname = "tracker-miners";
version = "2.3.0";
version = "2.3.1";

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

nativeBuildInputs = [
4 changes: 2 additions & 2 deletions pkgs/development/libraries/tracker/default.nix
Original file line number Diff line number Diff line change
@@ -6,13 +6,13 @@

stdenv.mkDerivation rec {
pname = "tracker";
version = "2.3.0";
version = "2.3.1";

outputs = [ "out" "dev" "devdoc" ];

src = fetchurl {
url = "mirror://gnome/sources/${pname}/${stdenv.lib.versions.majorMinor version}/${pname}-${version}.tar.xz";
sha256 = "0yxzqvjm3ij28p6g8jc4pd90yhhslmykcvi1cnyb069lm16m611c";
sha256 = "1888vyz2l5n46ywb70fryd0qipyh3x5n6q0mk56jzbb5whk8fx5n";
};

nativeBuildInputs = [
4 changes: 2 additions & 2 deletions pkgs/development/libraries/vte/default.nix
Original file line number Diff line number Diff line change
@@ -20,13 +20,13 @@

stdenv.mkDerivation rec {
pname = "vte";
version = "0.58.1";
version = "0.58.2";

outputs = [ "out" "dev" ];

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

passthru = {
4 changes: 2 additions & 2 deletions pkgs/tools/networking/network-manager/applet.nix
Original file line number Diff line number Diff line change
@@ -6,13 +6,13 @@

let
pname = "network-manager-applet";
version = "1.8.22";
version = "1.8.24";
in stdenv.mkDerivation rec {
name = "${pname}-${version}";

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

mesonFlags = [