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

Commits on Mar 18, 2019

  1. squash! gnome3.gnome-boxes: 3.30.3 -> 3.32.0

    gnome3.gnome-boxes: 3.30.3 -> 3.32.0.1
    jtojnar committed Mar 18, 2019
    Copy the full SHA
    6ccda38 View commit details
  2. squash! gnome3.gnome-photos: 3.30.1 -> 3.31.91

    gnome3.gnome-photos: 3.30.1 -> 3.32.0
    jtojnar committed Mar 18, 2019
    Copy the full SHA
    969945e View commit details
  3. squash! gnome3.adwaita-icon-theme: 3.30.1 -> 3.31.91

    gnome3.adwaita-icon-theme: 3.30.1 -> 3.32.0
    jtojnar committed Mar 18, 2019
    Copy the full SHA
    dd375cd View commit details
  4. squash! gnome3.gnome-backgrounds: 3.30.0 -> 3.31.91

    gnome3.gnome-backgrounds: 3.30.0 -> 3.32.0
    jtojnar committed Mar 18, 2019
    Copy the full SHA
    d70b12b View commit details
4 changes: 2 additions & 2 deletions pkgs/desktops/gnome-3/apps/gnome-boxes/default.nix
Original file line number Diff line number Diff line change
@@ -9,13 +9,13 @@
# TODO: ovirt (optional)

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

src = fetchurl {
url = "mirror://gnome/sources/gnome-boxes/${stdenv.lib.versions.majorMinor version}/${name}.tar.xz";
sha256 = "0djjwnkfmnq6mq5yxqaxc68hiy2ms5m4nqp3arkjm0rsq5lmrr77";
sha256 = "1yp4p3q8a6pk7ydf7lfsi0gknfa9j4nwb6klwy762fsyj41ln784";
};

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

let
pname = "gnome-photos";
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 = "1ncqczsp3v1wnf2zfk38mr2rcqcklmsrphb3fl46pgnxprzb10g7";
sha256 = "160vqmcqvyzby27wd2lzwzgbfl6jxxk7phhnqh9498r3clr73haj";
};

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

stdenv.mkDerivation rec {
name = "adwaita-icon-theme-${version}";
version = "3.31.91";
version = "3.32.0";

src = fetchurl {
url = "mirror://gnome/sources/adwaita-icon-theme/${stdenv.lib.versions.majorMinor version}/${name}.tar.xz";
sha256 = "0svxdg15vc0lqg3bf4bqbx8g92b0g3bgy9cgx639xy8rbr8d4hcm";
sha256 = "11ij35na8nisvxx3qh527iz33h6z2q1a7iinqyp7p65v0zjbd3b9";
};

# For convenience, we can specify adwaita-icon-theme only in packages
4 changes: 2 additions & 2 deletions pkgs/desktops/gnome-3/core/gnome-backgrounds/default.nix
Original file line number Diff line number Diff line change
@@ -2,11 +2,11 @@

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

src = fetchurl {
url = "mirror://gnome/sources/gnome-backgrounds/${stdenv.lib.versions.majorMinor version}/${name}.tar.xz";
sha256 = "15ca2510d8f4w6lpg0pw4m62fn1dg909ngrx70nmjpqsxiwmiz11";
sha256 = "1s5krdmd3md44p1fgr2lqm5ifxb8s1vzx6hm11sb4cgzr4dw6lrz";
};

passthru = {