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

Commits on Aug 21, 2017

  1. abcde: 2.7.2 -> 2.8.1

    NeQuissimus committed Aug 21, 2017
    Copy the full SHA
    8e3e2cc View commit details

Commits on Aug 26, 2017

  1. Merge pull request #28431 from NeQuissimus/abcde_2_8_1

    abcde: 2.7.2 -> 2.8.1
    Mic92 authored Aug 26, 2017
    Copy the full SHA
    3ed601b View commit details
Showing with 2 additions and 2 deletions.
  1. +2 −2 pkgs/applications/audio/abcde/default.nix
4 changes: 2 additions & 2 deletions pkgs/applications/audio/abcde/default.nix
Original file line number Diff line number Diff line change
@@ -3,13 +3,13 @@
, perl, DigestSHA, MusicBrainz, MusicBrainzDiscID
, makeWrapper }:

let version = "2.7.2";
let version = "2.8.1";
in
stdenv.mkDerivation {
name = "abcde-${version}";
src = fetchurl {
url = "http://abcde.einval.com/download/abcde-${version}.tar.gz";
sha256 = "1pakpi41k8yd780mfp0snhia6mmwjwxk9lcrq6gynimch8b8hfda";
sha256 = "0f9bjs0phk23vry7gvh0cll9vl6kmc1y4fwwh762scfdvpbp3774";
};

# FIXME: This package does not support `distmp3', `eject', etc.