tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
faustPhysicalModeling: 2.70.3 -> 2.72.14
R. Ryantm
2 years ago
5fff75dd
ce935575
+2
-2
1 changed file
expand all
collapse all
unified
split
pkgs
applications
audio
faustPhysicalModeling
default.nix
+2
-2
pkgs/applications/audio/faustPhysicalModeling/default.nix
···
1
{ stdenv, lib, fetchFromGitHub, faust2jaqt, faust2lv2 }:
2
stdenv.mkDerivation rec {
3
pname = "faustPhysicalModeling";
4
-
version = "2.70.3";
5
6
src = fetchFromGitHub {
7
owner = "grame-cncm";
8
repo = "faust";
9
rev = version;
10
-
sha256 = "sha256-QkksliLu2TnJ1GoM91e+Qf3SlRv3T06WNU++S3qq3e0=";
11
};
12
13
buildInputs = [ faust2jaqt faust2lv2 ];
···
1
{ stdenv, lib, fetchFromGitHub, faust2jaqt, faust2lv2 }:
2
stdenv.mkDerivation rec {
3
pname = "faustPhysicalModeling";
4
+
version = "2.72.14";
5
6
src = fetchFromGitHub {
7
owner = "grame-cncm";
8
repo = "faust";
9
rev = version;
10
+
sha256 = "sha256-UBMVU2oAfoAaSQXxZxV+LFq8dyb5dvy/0cCG4XywZVc=";
11
};
12
13
buildInputs = [ faust2jaqt faust2lv2 ];