miniaudicle: 1.5.0.7 -> 1.5.2.0

This commit is contained in:
R. Ryantm 2024-01-01 06:11:03 +00:00 committed by Francesco Gazzetta
parent e082d49209
commit b813848d31

View file

@ -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;
};