Unverified Commit 008ab4c6 authored by seth's avatar seth
Browse files

easyeffects: 7.1.6 -> 7.1.7

parent ee0d61e5
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -47,13 +47,13 @@ in

stdenv.mkDerivation rec {
  pname = "easyeffects";
  version = "7.1.6";
  version = "7.1.7";

  src = fetchFromGitHub {
    owner = "wwmm";
    repo = "easyeffects";
    rev = "v${version}";
    hash = "sha256-NViRZHNgsweoD1YbyWYrRTZPKTCkKk3fGDLLYDD7JfA=";
    hash = "sha256-y7we7/MQWweAoZkM8SuHiOTVyWFj9/foufLYBum/KKc=";
  };

  nativeBuildInputs = [