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

easyeffects: 8.2.0 -> 8.2.1 (#514106)

parents fd8f8a66 a1a1fc43
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -59,13 +59,13 @@ in

stdenv.mkDerivation (finalAttrs: {
  pname = "easyeffects";
  version = "8.2.0";
  version = "8.2.1";

  src = fetchFromGitHub {
    owner = "wwmm";
    repo = "easyeffects";
    tag = "v${finalAttrs.version}";
    hash = "sha256-HBCYXFFDOhwVebwPIduYNGJ61LFw9lOTZyYmt1k6CuA=";
    hash = "sha256-bGjIqts06ruwMQIW5hk4wlG7G/7GtgFVBgSr68tkIqY=";
  };

  nativeBuildInputs = [