Commit 45faf7ac authored by R. RyanTM's avatar R. RyanTM
Browse files

faustPhysicalModeling: 2.77.3 -> 2.79.3

parent a76c90c3
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -8,13 +8,13 @@
}:
stdenv.mkDerivation rec {
  pname = "faustPhysicalModeling";
  version = "2.77.3";
  version = "2.79.3";

  src = fetchFromGitHub {
    owner = "grame-cncm";
    repo = "faust";
    rev = version;
    sha256 = "sha256-CADiJXyB4FivQjbh1nhpAVgCkTi1pW/vtXKXfL7o7xU=";
    sha256 = "sha256-j5ADlKZriwLARpEJ/4xgvyAhF5ld9Hl2gXZS3NPJJj8=";
  };

  nativeBuildInputs = [