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

zlsplitter: 0.2.0 -> 0.2.1 (#470780)

parents c06f0136 8a1a887d
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -29,13 +29,13 @@

clangStdenv.mkDerivation (finalAttrs: {
  pname = "zlsplitter";
  version = "0.2.0";
  version = "0.2.1";

  src = fetchFromGitHub {
    owner = "ZL-Audio";
    repo = "ZLSplitter";
    tag = "${finalAttrs.version}";
    hash = "sha256-8a/t1yJG5CUr4udnKIy80exQejDy0HzOi7uMjelPldg=";
    hash = "sha256-6ICXL1jX6MMYf5VasTW9osJ2BNb6jqWfeAtmmEp6L/4=";
    fetchSubmodules = true;
  };