Merge pull request #279371 from r-ryantm/auto-update/faustlive

faustlive: 2.5.16 -> 2.5.17
This commit is contained in:
Nick Cao 2024-01-08 11:13:01 -05:00 committed by GitHub
commit 29449d300e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -5,12 +5,12 @@
stdenv.mkDerivation rec {
pname = "faustlive";
version = "2.5.16";
version = "2.5.17";
src = fetchFromGitHub {
owner = "grame-cncm";
repo = "faustlive";
rev = version;
sha256 = "sha256-O3IWx6Ht/xcb8NFxI7Biwck3dIHbxyof/zDgYDdzozY=";
sha256 = "sha256-RqtdDkP63l/30sL5PDocvpar5TI4LdKfeeliSNeOHog=";
fetchSubmodules = true;
};