Revert "chromaprint: 1.3.2 -> 1.4.3"

This reverts commit ca54d50704.
This commit is contained in:
Maximilian Bosch 2018-04-06 16:51:22 +02:00
parent f8fe297ff1
commit c1f1d8634b
No known key found for this signature in database
GPG Key ID: 091DBF4D1FC46B8E

View File

@ -2,11 +2,11 @@
stdenv.mkDerivation rec {
name = "chromaprint-${version}";
version = "1.4.3";
version = "1.3.2";
src = fetchurl {
url = "https://github.com/acoustid/chromaprint/releases/download/v${version}/${name}.tar.gz";
sha256 = "10kz8lncal4s2rp2rqpgc6xyjp0jzcrihgkx7chf127vfs5n067a";
url = "http://bitbucket.org/acoustid/chromaprint/downloads/${name}.tar.gz";
sha256 = "0lln8dh33gslb9cbmd1hcv33pr6jxdwipd8m8gbsyhksiq6r1by3";
};
nativeBuildInputs = [ cmake ];