Skip to content

Commit

Permalink
Merge pull request #3650 from khaneliman/nix
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexays authored Sep 28, 2024
2 parents 6322fa2 + edab49f commit a1adf68
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions nix/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@
}:
let
libcava = rec {
version = "0.10.2";
version = "0.10.3";
src = pkgs.fetchFromGitHub {
owner = "LukashonakV";
repo = "cava";
rev = version;
hash = "sha256-jU7RQV2txruu/nUUl0TzjK4nai7G38J1rcTjO7UXumY=";
hash = "sha256-ZDFbI69ECsUTjbhlw2kHRufZbQMu+FQSMmncCJ5pagg=";
};
};
in
Expand Down

0 comments on commit a1adf68

Please sign in to comment.