Skip to content

Commit

Permalink
audiowaveform: 1.7.0 -> 1.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm committed Mar 22, 2023
1 parent 6664a6b commit 5361d57
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/tools/audio/audiowaveform/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@

stdenv.mkDerivation rec {
pname = "audiowaveform";
version = "1.7.0";
version = "1.7.1";

src = fetchFromGitHub {
owner = "bbc";
repo = "audiowaveform";
rev = version;
sha256 = "sha256-Q0SPTBk2102AmmJftYprPWbYcAqgfeoOYWH6x2mqByA=";
sha256 = "sha256-DxVEAe9j4BAMrfMiaxDfkGvL6CCT/v5oKTrxmgkHuyM=";
};

nativeBuildInputs = [ cmake gtest ];
Expand Down

0 comments on commit 5361d57

Please sign in to comment.