Unverified Commit 379e479d authored by Martin Weinelt's avatar Martin Weinelt Committed by GitHub
Browse files

Merge pull request #298230 from r-ryantm/auto-update/easyeffects

easyeffects: 7.1.4 -> 7.1.5
parents 25848529 adc3a70b
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -41,13 +41,13 @@

stdenv.mkDerivation rec {
  pname = "easyeffects";
  version = "7.1.4";
  version = "7.1.5";

  src = fetchFromGitHub {
    owner = "wwmm";
    repo = "easyeffects";
    rev = "v${version}";
    hash = "sha256-UNS7kHyxHB4VneELXGn2G8T8EeKUpjb1ib2q0G+gf/s=";
    hash = "sha256-QoH1dOzBtQHQQKA0+eZFX6yOvjRUmUZVxcdpISIpLLk=";
  };

  nativeBuildInputs = [