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

Commits on Feb 21, 2019

  1. abcmidi: 2019.01.01 -> 2019.02.08

    Robert Schütz committed Feb 21, 2019

    Unverified

    This user has not yet uploaded their public signing key.
    Copy the full SHA
    255f67e 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 {
name = "abcMIDI-${version}";
version = "2019.01.01";
version = "2019.02.08";

src = fetchzip {
url = "https://ifdo.ca/~seymour/runabc/${name}.zip";
sha256 = "10kqxw4vrz7xa8fc9z5cdyrvks8fsr2s9nai9yg1z9p5w7xhagrg";
sha256 = "14j2vgcck7c6x8bplhfng7mmqcmh7h98jggi30d5xa0anx1271sb";
};

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