faustlive: 2.5.8 -> 2.5.10

This commit is contained in:
R. Ryantm 2022-05-27 11:07:47 +00:00
parent 3a2de147b1
commit ddaaad11c7

View file

@ -5,12 +5,12 @@
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
pname = "faustlive"; pname = "faustlive";
version = "2.5.8"; version = "2.5.10";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "grame-cncm"; owner = "grame-cncm";
repo = "faustlive"; repo = "faustlive";
rev = version; rev = version;
sha256 = "sha256-dt5YlvaCZ6JiNGPwVXPrKzVGWxnhdyP4lnKgck7ZSF8="; sha256 = "sha256-yLpIJr6A+NIX9RSGfQXT0O0USuRr0Ni9aUA+mbk31/o=";
fetchSubmodules = true; fetchSubmodules = true;
}; };