aboutsummaryrefslogtreecommitdiff
path: root/pkgs/development/libraries/libebur128
diff options
context:
space:
mode:
authorRyan Mulligan <ryan@ryantm.com>2018-02-26 20:21:32 -0800
committerRyan Mulligan <ryan@ryantm.com>2018-02-26 20:21:32 -0800
commit9827b819adfcaa1037bbf07526c6382d8547eac9 (patch)
tree0a502658e3526c8548bf2fccfe0765d3c2b70a20 /pkgs/development/libraries/libebur128
parentb63297b203e28f13ce7801c578afa30709cb4edd (diff)
libebur128: 1.0.2 -> 1.2.4
Semi-automatic update. These checks were performed: - built on NixOS - found 1.2.4 with grep in /nix/store/m2zvs6x1g15cz7gbf97wdn89gw7swwal-libebur128-1.2.4 - found 1.2.4 in filename of file in /nix/store/m2zvs6x1g15cz7gbf97wdn89gw7swwal-libebur128-1.2.4 cc "@andrewrk"
Diffstat (limited to 'pkgs/development/libraries/libebur128')
-rw-r--r--pkgs/development/libraries/libebur128/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/libraries/libebur128/default.nix b/pkgs/development/libraries/libebur128/default.nix
index 8281036e7491..6a4078f92cf3 100644
--- a/pkgs/development/libraries/libebur128/default.nix
+++ b/pkgs/development/libraries/libebur128/default.nix
@@ -1,14 +1,14 @@
{ stdenv, fetchFromGitHub, cmake, speexdsp, pkgconfig }:
stdenv.mkDerivation rec {
- version = "1.0.2";
+ version = "1.2.4";
name = "libebur128-${version}";
src = fetchFromGitHub {
owner = "jiixyj";
repo = "libebur128";
rev = "v${version}";
- sha256 = "19vy3ldbf931hjvn9jf9dvw1di3yx9ljxyk2yp5cnac1wqiza3jm";
+ sha256 = "0n81rnm8dm1zmibkr2v3q79rsd609y0dbbsrbay18njcjva88p0g";
};
nativeBuildInputs = [ pkgconfig ];