Skip to content

Commit

Permalink
miniaudicle: 1.5.0.7 -> 1.5.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm authored and fgaz committed Jan 1, 2024
1 parent e082d49 commit b813848
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/applications/audio/miniaudicle/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,13 @@

stdenv.mkDerivation (finalAttrs: {
pname = "miniaudicle";
version = "1.5.0.7";
version = "1.5.2.0";

src = fetchFromGitHub {
owner = "ccrma";
repo = "miniAudicle";
rev = "chuck-${finalAttrs.version}";
hash = "sha256-CqsajNLcOp7CS5RsVabWM6APnNh4alSKb2/eoZ7F4Ao=";
hash = "sha256-jpPF2Qx/6tiotsj92m1XmxsEUgtm5029ijpu3O8B9qM=";
fetchSubmodules = true;
};

Expand Down

0 comments on commit b813848

Please sign in to comment.