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: 9cd3c7a12ee6
Choose a base ref
...
head repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 1092a2430754
Choose a head ref
  • 2 commits
  • 2 files changed
  • 2 contributors

Commits on May 13, 2018

  1. Copy the full SHA
    989fd88 View commit details

Commits on May 15, 2018

  1. Merge pull request #40460 from hedning/gnome-shell-3.28.2

    gnome3.gnome-shell: 3.28.1 -> 3.28.2
    jtojnar authored May 15, 2018
    Copy the full SHA
    1092a24 View commit details
Showing with 4 additions and 4 deletions.
  1. +2 −2 pkgs/desktops/gnome-3/core/gnome-shell/default.nix
  2. +2 −2 pkgs/desktops/gnome-3/core/mutter/default.nix
4 changes: 2 additions & 2 deletions pkgs/desktops/gnome-3/core/gnome-shell/default.nix
Original file line number Diff line number Diff line change
@@ -13,11 +13,11 @@ let

in stdenv.mkDerivation rec {
name = "gnome-shell-${version}";
version = "3.28.1";
version = "3.28.2";

src = fetchurl {
url = "mirror://gnome/sources/gnome-shell/${gnome3.versionBranch version}/${name}.tar.xz";
sha256 = "1k2cgaky293kcjis0pmh9hw1aby3yyilb5dzrbww62wxzppc9s35";
sha256 = "1b9n89ij2g5nqaqp7a13jnqcd8qa2v9p55rbi71al3xvqk091ri7";
};

# Needed to find /etc/NetworkManager/VPN
4 changes: 2 additions & 2 deletions pkgs/desktops/gnome-3/core/mutter/default.nix
Original file line number Diff line number Diff line change
@@ -5,11 +5,11 @@

stdenv.mkDerivation rec {
name = "mutter-${version}";
version = "3.28.1";
version = "3.28.2";

src = fetchurl {
url = "mirror://gnome/sources/mutter/${gnome3.versionBranch version}/${name}.tar.xz";
sha256 = "1bhmjvf6l1fj5igsw2xlg3nv5526laiwaxh47dgk50f40qax1qin";
sha256 = "0ighs1zvlssgq16v1h3vg280za7y448snq65gc5m1zmqqawqkymg";
};

passthru = {