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

Commits on Jan 17, 2020

  1. Verified

    This commit was signed with the committer’s verified signature.
    Ekleog Léo Gaspard
    Copy the full SHA
    354bcfe View commit details

Commits on Jan 25, 2020

  1. Merge pull request #77914 from r-ryantm/auto-update/video2midi

    video2midi: 0.3.9.6 -> 0.4.0.1
    markuskowa authored Jan 25, 2020

    Verified

    This commit was signed with the committer’s verified signature.
    Ekleog Léo Gaspard
    Copy the full SHA
    b956810 View commit details
Showing with 2 additions and 2 deletions.
  1. +2 −2 pkgs/tools/audio/video2midi/default.nix
4 changes: 2 additions & 2 deletions pkgs/tools/audio/video2midi/default.nix
Original file line number Diff line number Diff line change
@@ -8,15 +8,15 @@ let
});
in pythonPackages.buildPythonApplication rec {
pname = "video2midi";
version = "0.3.9.6";
version = "0.4.0.1";

format = "other";

src = fetchFromGitHub {
owner = "svsdval";
repo = pname;
rev = version;
sha256 = "0x9b8hwl325gd6v9i60yh95gbn49nydpwyfqs92mbq8vvvq7x8fk";
sha256 = "1869w60kprjdikqk4iwx058zri2jg4aznzlg668w9myka4mp01r9";
};

propagatedBuildInputs = with pythonPackages; [ opencv3_ midiutil pygame pyopengl ];