Skip to content

Commit

Permalink
cava: 0.7.3 -> 0.7.4
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm authored and Jonathan Ringer committed May 20, 2021
1 parent f4a7efd commit e270629
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/applications/audio/cava/default.nix
Expand Up @@ -3,7 +3,7 @@

stdenv.mkDerivation rec {
pname = "cava";
version = "0.7.3";
version = "0.7.4";

buildInputs = [
alsaLib
Expand All @@ -16,7 +16,7 @@ stdenv.mkDerivation rec {
owner = "karlstav";
repo = "cava";
rev = version;
sha256 = "04j5hb29hivcbk542sfsx9m57dbnj2s6qpvy9fs488zvgjbgxrai";
sha256 = "sha256-BlHGst34aUgQcXcuQG43VnKUTclCxfQmWRa6iCud8dc=";
};

nativeBuildInputs = [ autoreconfHook ];
Expand Down

0 comments on commit e270629

Please sign in to comment.