Merge pull request #113275 from r-ryantm/auto-update/libebur128

libebur128: 1.2.5 -> 1.2.6
This commit is contained in:
Ben Siraphob
2021-07-31 19:07:50 +07:00
committed by GitHub
@@ -1,14 +1,14 @@
{ lib, stdenv, fetchFromGitHub, cmake, speexdsp, pkg-config }:
stdenv.mkDerivation rec {
version = "1.2.5";
version = "1.2.6";
pname = "libebur128";
src = fetchFromGitHub {
owner = "jiixyj";
repo = "libebur128";
rev = "v${version}";
sha256 = "sha256-B6MOSbLfPvadXtXHSvxZCIpAH1Bnj6sItYRp+xH5HDA=";
sha256 = "sha256-UKO2k+kKH/dwt2xfaYMrH/GXjEkIrnxh1kGG/3P5d3Y=";
};
nativeBuildInputs = [ cmake pkg-config ];