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

Commits on Mar 22, 2019

  1. gnomeExtensions.nohotcorner: 18.0 -> 19.0

    v19.0 declares support for gnome 3.32 and includes no other changes. The
    full change set can be found at
    HROMANO/nohotcorner@v18.0...v19.0.
    jonafato authored and worldofpeace committed Mar 22, 2019
    Copy the full SHA
    fcd6ebf View commit details
Showing with 2 additions and 2 deletions.
  1. +2 −2 pkgs/desktops/gnome-3/extensions/nohotcorner/default.nix
4 changes: 2 additions & 2 deletions pkgs/desktops/gnome-3/extensions/nohotcorner/default.nix
Original file line number Diff line number Diff line change
@@ -2,13 +2,13 @@

stdenv.mkDerivation rec {
name = "gnome-shell-extension-nohotcorner-${version}";
version = "18.0";
version = "19.0";

src = fetchFromGitHub {
owner = "HROMANO";
repo = "nohotcorner";
rev = "v${version}";
sha256 = "0vajiys93gs7fs9v6brgf8fplkmh28j103in3wq04l34cx5sqkks";
sha256 = "059n4gyz7d686hknaifyjax8gygrda1xab5m15a09p98jdrdfdhi";
};

# Taken from the extension download link at