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

Commits on Oct 6, 2019

  1. gnomeExtensions.arc-menu: 33.2 -> 33

    Despite the 33.3 -> 33 this doesn't appear to be a downgrade.
    worldofpeace committed Oct 6, 2019
    Copy the full SHA
    209e90b View commit details

Commits on Oct 10, 2019

  1. Merge pull request #70533 from worldofpeace/arc-menu-33

    gnomeExtensions.arc-menu: 33.2 -> 33
    worldofpeace authored Oct 10, 2019
    Copy the full SHA
    dbe6e52 View commit details
Showing with 3 additions and 3 deletions.
  1. +3 −3 pkgs/desktops/gnome-3/extensions/arc-menu/default.nix
6 changes: 3 additions & 3 deletions pkgs/desktops/gnome-3/extensions/arc-menu/default.nix
Original file line number Diff line number Diff line change
@@ -2,13 +2,13 @@

stdenv.mkDerivation rec {
pname = "gnome-shell-arc-menu";
version = "33.2";
version = "33";

src = fetchFromGitLab {
owner = "LinxGem33";
repo = "Arc-Menu";
rev = "v${version}-dev";
sha256 = "1dd9ysiyza6drwdv4qcxyijy7yijirjf2fd1aq5jv8s4bqajcqf4";
rev = "v${version}-Stable";
sha256 = "0ncb19jlwy2y9jcj8g6cdbasdv6n7hm96qv9l251z6qgrmg28x4z";
};

patches = [