aboutsummaryrefslogtreecommitdiff
path: root/pkgs/development/libraries/chromaprint
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2020-04-15 17:10:43 +0000
committerEmery Hemingway <ehmry@posteo.net>2020-04-16 13:18:50 +0530
commit896680cd15cb5549c1985eb96d428828f6eaf2f1 (patch)
tree0826e832354819f4b55aab6d676ce2646692653b /pkgs/development/libraries/chromaprint
parentf16ae2da3ee4463150adec4b072ac7ca352f17ec (diff)
chromaprint: 1.4.3 -> 1.5.0
Diffstat (limited to 'pkgs/development/libraries/chromaprint')
-rw-r--r--pkgs/development/libraries/chromaprint/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/libraries/chromaprint/default.nix b/pkgs/development/libraries/chromaprint/default.nix
index 475108de5962..4702d67a01f2 100644
--- a/pkgs/development/libraries/chromaprint/default.nix
+++ b/pkgs/development/libraries/chromaprint/default.nix
@@ -2,11 +2,11 @@
stdenv.mkDerivation rec {
pname = "chromaprint";
- version = "1.4.3";
+ version = "1.5.0";
src = fetchurl {
url = "https://github.com/acoustid/chromaprint/releases/download/v${version}/${pname}-${version}.tar.gz";
- sha256 = "10kz8lncal4s2rp2rqpgc6xyjp0jzcrihgkx7chf127vfs5n067a";
+ sha256 = "0sknmyl5254rc55bvkhfwpl4dfvz45xglk1rq8zq5crmwq058fjp";
};
nativeBuildInputs = [ cmake ];