3
0
Fork 0
forked from mirrors/nixpkgs

chromaprint: 1.5.0 -> 1.5.1

This commit is contained in:
R. Ryantm 2021-12-24 03:41:39 +00:00 committed by ehmry
parent 58a27ea378
commit 2905208a62

View file

@ -2,11 +2,11 @@
stdenv.mkDerivation rec {
pname = "chromaprint";
version = "1.5.0";
version = "1.5.1";
src = fetchurl {
url = "https://github.com/acoustid/chromaprint/releases/download/v${version}/${pname}-${version}.tar.gz";
sha256 = "0sknmyl5254rc55bvkhfwpl4dfvz45xglk1rq8zq5crmwq058fjp";
sha256 = "sha256-oarY+juLGLeNN1Wzdn+v+au2ckLgG0eOyaZOGQ8zXhw=";
};
nativeBuildInputs = [ cmake ];