Unverified Commit 9ff8d611 authored by nixpkgs-ci[bot]'s avatar nixpkgs-ci[bot] Committed by GitHub
Browse files

faust2jackrust: 2.83.1 -> 2.85.5 (#501754)

parents 132a1910 8a935cd9
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -24,13 +24,13 @@

let

  version = "2.83.1";
  version = "2.85.5";

  src = fetchFromGitHub {
    owner = "grame-cncm";
    repo = "faust";
    tag = version;
    hash = "sha256-DojqKLoGb6aGpqpeTAXyLFsbWs/UgYr9nA+JMGa712A=";
    hash = "sha256-QKCyOiYGLh67lS0WS+LCCl/edhl/A+zccCWyWRTV1vM=";
    fetchSubmodules = true;
  };