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

Commits on Mar 10, 2019

  1. Verified

    This commit was signed with the committer’s verified signature. The key has expired.
    alexandre-abrioux Alexandre ABRIOUX
    Copy the full SHA
    66d259b View commit details
  2. Verified

    This commit was signed with the committer’s verified signature. The key has expired.
    alexandre-abrioux Alexandre ABRIOUX
    Copy the full SHA
    31a2abf View commit details
  3. Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    7ea00fc View commit details
  4. Copy the full SHA
    af5798b View commit details
  5. Copy the full SHA
    423f66f View commit details
4 changes: 2 additions & 2 deletions pkgs/desktops/gnome-3/extensions/appindicator/default.nix
Original file line number Diff line number Diff line change
@@ -2,13 +2,13 @@

stdenv.mkDerivation rec {
name = "gnome-shell-extension-appindicator-${version}";
version = "22";
version = "23.1";

src = fetchFromGitHub {
owner = "Ubuntu";
repo = "gnome-shell-extension-appindicator";
rev = "v${version}";
sha256 = "1gqw54d55hxjj2hh04p0dx2j40bhi4ck9hgwlz8f7j4v7r37z0qw";
sha256 = "1v10jdncb9d5f5i0yzir20km4zvsb6ql7p8mv8w9ihw318rzh3qv";
};

# This package has a Makefile, but it's used for building a zip for
6 changes: 3 additions & 3 deletions pkgs/desktops/gnome-3/extensions/dash-to-panel/default.nix
Original file line number Diff line number Diff line change
@@ -2,13 +2,13 @@

stdenv.mkDerivation rec {
name = "gnome-shell-dash-to-panel-${version}";
version = "16";
version = "19";

src = fetchFromGitHub {
owner = "jderose9";
owner = "home-sweet-gnome";
repo = "dash-to-panel";
rev = "v${version}";
sha256 = "1gi2qfinafihax0j0rbs1k5nf6msdv86gzl2vfkc8s6gfkncv9bp";
sha256 = "0r26ph6zq87kvglydv00rf24mshz7l4r38zf9niyp3mxyzz6rwys";
};

buildInputs = [
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 = "20";
version = "21-rc1";

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

patches = [
Original file line number Diff line number Diff line change
@@ -2,13 +2,13 @@

stdenv.mkDerivation rec {
name = "gnome-shell-extension-remove-dropdown-arrows-${version}";
version = "9";
version = "11";

src = fetchFromGitHub {
owner = "mpdeimos";
repo = "gnome-shell-remove-dropdown-arrows";
rev = "version/${version}";
sha256 = "1z9icxr75rd3cas28xjlmsbbd3j3sm1qvj6mp95jhfaqj821q665";
sha256 = "1g99r9bpjdhab3xj74wkl40gdnaf2w51kswcr8mi6bq72n4wjxwh";
};

# This package has a Makefile, but it's used for publishing and linting, not
Original file line number Diff line number Diff line change
@@ -2,13 +2,13 @@

stdenv.mkDerivation rec {
pname = "gnome-shell-extension-sound-output-device-chooser";
version = "unstable-2018-12-30";
version = "unstable-2019-03-10";

src = fetchFromGitHub {
owner = "kgshank";
repo = "gse-sound-output-device-chooser";
rev = "3ec8aded413034e7943eb36ee509405873ccc575";
sha256 = "1svc3d3pr2j7fr0660a0zj2n320vld8zkkddf5iphbdwivmkrh3n";
rev = "26c66da6795104802f3240bd9f5741f64367c8e7";
sha256 = "153cdd0pip4nbpc2a9y1v3y7qivafv3wk296zqdamcjrd0p94nqz";
};

dontBuild = true;