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

Commits on May 27, 2020

  1. Verified

    This commit was signed with the committer’s verified signature.
    renovate-bot Mend Renovate
    Copy the full SHA
    b2e5c9c View commit details

Commits on Jun 1, 2020

  1. Merge pull request #89049 from r-ryantm/auto-update/xlayoutdisplay

    xlayoutdisplay: 1.1.1 -> 1.1.2
    Lassulus authored Jun 1, 2020
    Copy the full SHA
    a8bc562 View commit details
Showing with 2 additions and 2 deletions.
  1. +2 −2 pkgs/tools/X11/xlayoutdisplay/default.nix
4 changes: 2 additions & 2 deletions pkgs/tools/X11/xlayoutdisplay/default.nix
Original file line number Diff line number Diff line change
@@ -2,13 +2,13 @@

stdenv.mkDerivation rec {
pname = "xlayoutdisplay";
version = "1.1.1";
version = "1.1.2";

src = fetchFromGitHub {
owner = "alex-courtis";
repo = pname;
rev = "v${version}";
sha256 = "0ldqbwsryy7mqhxywdn2c2yi1mzlnl39sw8p3vx10w6q9drya9iv";
sha256 = "0n3vg25gzwn1pcg6caxyyd1xf2w6n98m6jpxc70kqpxfqldxwl0m";
};

nativeBuildInputs = [ cmake ];