faust2: 2.41.1 -> 2.54.9
This commit is contained in:
parent
b10a520017
commit
1708bbf53f
1 changed files with 2 additions and 2 deletions
|
@ -20,13 +20,13 @@ with lib.strings;
|
|||
|
||||
let
|
||||
|
||||
version = "2.41.1";
|
||||
version = "2.54.9";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "grame-cncm";
|
||||
repo = "faust";
|
||||
rev = version;
|
||||
sha256 = "sha256-x0nBWyILrNJijs7CIvRrgYG6vgB3UlxLj9i7E4cHr9I=";
|
||||
sha256 = "sha256-7eSZUsZ0h0vWJIpZWXaS+SHV6N2i9nv6Gr6a9cuu4Fg=";
|
||||
fetchSubmodules = true;
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue