Commit a526d941 authored by R. RyanTM's avatar R. RyanTM
Browse files

zlcompressor: 0.2.1 -> 0.3.1

parent 3aabd7d3
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.2.1";
  version = "0.3.1";

  src = fetchFromGitHub {
    owner = "ZL-Audio";
    repo = "ZLCompressor";
    tag = "${finalAttrs.version}";
    hash = "sha256-0Z29+jLtAtThFaVVqvuqUJkj1VRI69WOvIbEfE45db4=";
    hash = "sha256-G7tgRenRB6aYpi+BSiQzwSsekvCw4JPUuy1iXVj7HN0=";
    fetchSubmodules = true;
  };