Skip to content

Commit

Permalink
chromaprint: 1.3.1 -> 1.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ndowens authored and ehmry committed Mar 12, 2017
1 parent 3ea16e9 commit a7843b0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/libraries/chromaprint/default.nix
Expand Up @@ -2,11 +2,11 @@

stdenv.mkDerivation rec {
name = "chromaprint-${version}";
version = "1.3.1";
version = "1.3.2";

src = fetchurl {
url = "http://bitbucket.org/acoustid/chromaprint/downloads/${name}.tar.gz";
sha256 = "10dm9cfqb77g12pyjnqaw80860kzdcvskni02ll7afpywq8s15cg";
sha256 = "0lln8dh33gslb9cbmd1hcv33pr6jxdwipd8m8gbsyhksiq6r1by3";
};

nativeBuildInputs = [ cmake ];
Expand Down

0 comments on commit a7843b0

Please sign in to comment.