aboutsummaryrefslogtreecommitdiff
path: root/pkgs/development/libraries/chromaprint
diff options
context:
space:
mode:
authorRyan Mulligan <ryan@ryantm.com>2018-03-29 21:15:21 -0700
committerobadz <obadz-git@obadz.com>2018-03-30 10:19:46 +0100
commitca54d5070451d27abd4f518c4b678e41b007bf66 (patch)
tree924d60e28f343e3dc38b2c522903e00fc19cde04 /pkgs/development/libraries/chromaprint
parent0a931ed0c46f258d7ac4a85a252d32d511d41488 (diff)
chromaprint: 1.3.2 -> 1.4.3
Semi-automatic update generated by https://github.com/ryantm/nix-update tools. This update was made based on information from https://repology.org/metapackage/chromaprint/versions. These checks were done: - built on NixOS - Warning: no binary found that responded to help or version flags. (This warning appears even if the package isn't expected to have binaries.) - found 1.4.3 with grep in /nix/store/6x9xsd68jksc7c2y710z4wsrjwgd8wsp-chromaprint-1.4.3 - found 1.4.3 in filename of file in /nix/store/6x9xsd68jksc7c2y710z4wsrjwgd8wsp-chromaprint-1.4.3 - directory tree listing: https://gist.github.com/92fabeb9999c33c02a2f56a437b69c64
Diffstat (limited to 'pkgs/development/libraries/chromaprint')
-rw-r--r--pkgs/development/libraries/chromaprint/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/development/libraries/chromaprint/default.nix b/pkgs/development/libraries/chromaprint/default.nix
index 4e7488f7eb37..158ae2539d3a 100644
--- a/pkgs/development/libraries/chromaprint/default.nix
+++ b/pkgs/development/libraries/chromaprint/default.nix
@@ -2,11 +2,11 @@
stdenv.mkDerivation rec {
name = "chromaprint-${version}";
- version = "1.3.2";
+ version = "1.4.3";
src = fetchurl {
- url = "http://bitbucket.org/acoustid/chromaprint/downloads/${name}.tar.gz";
- sha256 = "0lln8dh33gslb9cbmd1hcv33pr6jxdwipd8m8gbsyhksiq6r1by3";
+ url = "https://github.com/acoustid/chromaprint/releases/download/v${version}/${name}.tar.gz";
+ sha256 = "10kz8lncal4s2rp2rqpgc6xyjp0jzcrihgkx7chf127vfs5n067a";
};
nativeBuildInputs = [ cmake ];