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

Commits on Mar 26, 2019

  1. lxrandr: 0.3.1 -> 0.3.2

    Semi-automatic update generated by
    https://github.com/ryantm/nixpkgs-update tools. This update was made
    based on information from
    https://repology.org/metapackage/lxrandr/versions
    r-ryantm committed Mar 26, 2019
    Copy the full SHA
    0b47bc2 View commit details
  2. Merge pull request #58325 from r-ryantm/auto-update/lxrandr

    lxrandr: 0.3.1 -> 0.3.2
    etu authored Mar 26, 2019
    Copy the full SHA
    86d923e View commit details
Showing with 2 additions and 2 deletions.
  1. +2 −2 pkgs/desktops/lxde/core/lxrandr/default.nix
4 changes: 2 additions & 2 deletions pkgs/desktops/lxde/core/lxrandr/default.nix
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{ stdenv, fetchurl, pkgconfig, intltool, gtk2, libX11, xrandr, withGtk3 ? false, gtk3 }:

stdenv.mkDerivation rec {
name = "lxrandr-0.3.1";
name = "lxrandr-0.3.2";

src = fetchurl {
url = "mirror://sourceforge/lxde/${name}.tar.xz";
sha256 = "6d98338485a90d9e47f6d08184df77ca0d9715517f8a45a914e861750589184e";
sha256 = "04n3vgh3ix12p8jfs4w0dyfq3anbjy33h7g53wbbqqc0f74xyplb";
};

configureFlags = stdenv.lib.optional withGtk3 "--enable-gtk3";