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

Commits on Apr 6, 2020

  1. abcmidi: 2020.02.12 -> 2020.03.25

    r-ryantm authored and Jon committed Apr 6, 2020
    Copy the full SHA
    c3e25ba View commit details
Showing with 2 additions and 2 deletions.
  1. +2 −2 pkgs/tools/audio/abcmidi/default.nix
4 changes: 2 additions & 2 deletions pkgs/tools/audio/abcmidi/default.nix
Original file line number Diff line number Diff line change
@@ -2,11 +2,11 @@

stdenv.mkDerivation rec {
pname = "abcMIDI";
version = "2020.02.12";
version = "2020.03.25";

src = fetchzip {
url = "https://ifdo.ca/~seymour/runabc/${pname}-${version}.zip";
sha256 = "1h0ixdbhxdfvii9in9pdidkdv12qfwbhjy3diknywl0yvaa40xw0";
sha256 = "0rzif8idsja8ryhx0y4zdk8lhn36h10ahfjqa8bmif0rdbyab0kv";
};

# There is also a file called "makefile" which seems to be preferred by the standard build phase