lol

chromaprint: update from 0.7 to 1.1

authored by

Nixpkgs Monitor and committed by
Evgeny Egorochkin
7cee23b6 efb58e10

+2 -2
+2 -2
pkgs/development/libraries/chromaprint/default.nix
··· 2 3 stdenv.mkDerivation rec { 4 name = "chromaprint-${version}"; 5 - version = "0.7"; 6 7 src = fetchurl { 8 url = "http://bitbucket.org/acoustid/chromaprint/downloads/${name}.tar.gz"; 9 - sha256 = "00amjzrr4230v3014141hg8k379zpba56xsm572ab49w8kyw6ljf"; 10 }; 11 12 buildInputs = [ cmake fftw boost ];
··· 2 3 stdenv.mkDerivation rec { 4 name = "chromaprint-${version}"; 5 + version = "1.1"; 6 7 src = fetchurl { 8 url = "http://bitbucket.org/acoustid/chromaprint/downloads/${name}.tar.gz"; 9 + sha256 = "04nd8xmy4kgnpfffj6hw893f80bwhp43i01zpmrinn3497mdf53b"; 10 }; 11 12 buildInputs = [ cmake fftw boost ];