Merge pull request #205705 from r-ryantm/auto-update/audiowaveform

audiowaveform: 1.6.0 -> 1.7.0
This commit is contained in:
Weijia Wang
2023-01-23 08:12:16 +01:00
committed by GitHub
+2 -2
View File
@@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "audiowaveform";
version = "1.6.0";
version = "1.7.0";
src = fetchFromGitHub {
owner = "bbc";
repo = "audiowaveform";
rev = version;
sha256 = "sha256-ZkkGRohcydi2C1S7J0+yGWsqK7ivxQmFuq1NGNiPPNY=";
sha256 = "sha256-Q0SPTBk2102AmmJftYprPWbYcAqgfeoOYWH6x2mqByA=";
};
nativeBuildInputs = [ cmake gtest ];