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

Commits on Jun 24, 2019

  1. acpilight: 1.1 -> 1.2

    JohnAZoidberg committed Jun 24, 2019
    Copy the full SHA
    73847df View commit details

Commits on Jun 25, 2019

  1. Merge pull request #63747 from JohnAZoidberg/acpilight-12

    acpilight: 1.1 -> 1.2
    worldofpeace authored Jun 25, 2019
    Copy the full SHA
    22034df View commit details
Showing with 2 additions and 2 deletions.
  1. +2 −2 pkgs/misc/acpilight/default.nix
4 changes: 2 additions & 2 deletions pkgs/misc/acpilight/default.nix
Original file line number Diff line number Diff line change
@@ -2,12 +2,12 @@

stdenv.mkDerivation rec {
pname = "acpilight";
version = "1.1";
version = "1.2";

src = fetchgit {
url = "https://gitlab.com/wavexx/acpilight.git";
rev = "v${version}";
sha256 = "0kykrl71fb146vaq8207c3qp03h2djkn8hn6psryykk8gdzkv3xd";
sha256 = "1r0r3nx6x6vkpal6vci0zaa1n9dfacypldf6k8fxg7919vzxdn1w";
};

pyenv = python3.withPackages (pythonPackages: with pythonPackages; [