Commit 9e845edf authored by R. RyanTM's avatar R. RyanTM
Browse files

zlcompressor: 0.3.1 -> 0.4.0

parent 04691f35
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -29,13 +29,13 @@

clangStdenv.mkDerivation (finalAttrs: {
  pname = "zlcompressor";
  version = "0.3.1";
  version = "0.4.0";

  src = fetchFromGitHub {
    owner = "ZL-Audio";
    repo = "ZLCompressor";
    tag = finalAttrs.version;
    hash = "sha256-G7tgRenRB6aYpi+BSiQzwSsekvCw4JPUuy1iXVj7HN0=";
    hash = "sha256-u+2cfCNjMUXo+7/qBUU4BdDQcUyeQfd9kvARi3AAK48=";
    fetchSubmodules = true;
  };