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

Commits on Oct 24, 2018

  1. python36Packages.evdev: 1.0.0 -> 1.1.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/python3.6-evdev/versions
    r-ryantm committed Oct 24, 2018

    Verified

    This commit was signed with the committer’s verified signature.
    Copy the full SHA
    b457c12 View commit details

Commits on Oct 25, 2018

  1. Merge pull request #49051 from r-ryantm/auto-update/python3.6-evdev

    python36Packages.evdev: 1.0.0 -> 1.1.2
    Mic92 authored Oct 25, 2018
    Copy the full SHA
    1ee5b2f View commit details
Showing with 2 additions and 2 deletions.
  1. +2 −2 pkgs/development/python-modules/evdev/default.nix
4 changes: 2 additions & 2 deletions pkgs/development/python-modules/evdev/default.nix
Original file line number Diff line number Diff line change
@@ -2,11 +2,11 @@

buildPythonPackage rec {
pname = "evdev";
version = "1.0.0";
version = "1.1.2";

src = fetchPypi {
inherit pname version;
sha256 = "be0288ef1125bf1c539bb8f3079ef4aa5fb813af28f0c5294a4e744ee554398a";
sha256 = "0l837gm9cjdp3lybnam38ip0q3n1xy0j6vzgx11hdrr0ps8p5mid";
};

buildInputs = [ linuxHeaders ];