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

Commits on May 20, 2020

  1. autorandr: 1.10 -> 1.10.1

    r-ryantm committed May 20, 2020
    Copy the full SHA
    cccb4f4 View commit details
  2. Merge pull request #88259 from r-ryantm/auto-update/autorandr

    autorandr: 1.10 -> 1.10.1
    Mic92 authored May 20, 2020
    Copy the full SHA
    9fa76a3 View commit details
Showing with 2 additions and 2 deletions.
  1. +2 −2 pkgs/tools/misc/autorandr/default.nix
4 changes: 2 additions & 2 deletions pkgs/tools/misc/autorandr/default.nix
Original file line number Diff line number Diff line change
@@ -6,7 +6,7 @@

let
python = python3Packages.python;
version = "1.10";
version = "1.10.1";
in
stdenv.mkDerivation {
pname = "autorandr";
@@ -49,7 +49,7 @@ in
owner = "phillipberndt";
repo = "autorandr";
rev = version;
sha256 = "0rcgs1n09p0p16lr5y239s0yrw7bch0x2cqwgc2dyh7rz7d9qmwn";
sha256 = "0msw9b1hdy3gbq9w5d04mfizhyirz1c648x84mlcbzl8salm7vpg";
};

meta = with stdenv.lib; {