Skip to content

Commit

Permalink
projectm: 3.1.3 -> 3.1.7 (#94298)
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm authored Aug 4, 2020
1 parent f7f1f72 commit 3d96a42
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/applications/audio/projectm/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,13 @@

mkDerivation rec {
pname = "projectm";
version = "3.1.3";
version = "3.1.7";

src = fetchFromGitHub {
owner = "projectM-visualizer";
repo = "projectM";
rev = "v${version}";
sha256 = "1mjnahr694phksmvc069y89rv85s4l2z9fixkc3l1f5qj2vgn4sy";
sha256 = "1wm5fym6c1yb972pmil7j9axinqqwrj68cwd2sc7ky8c5z2fsdna";
};

nativeBuildInputs = [
Expand Down

0 comments on commit 3d96a42

Please sign in to comment.