Unverified Commit 61f2392b authored by Aleksana's avatar Aleksana Committed by GitHub
Browse files

easyeffects: 7.2.4 -> 7.2.5 (#427617)

parents e31e2e31 d4bbd681
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -48,13 +48,13 @@ in

stdenv.mkDerivation rec {
  pname = "easyeffects";
  version = "7.2.4";
  version = "7.2.5";

  src = fetchFromGitHub {
    owner = "wwmm";
    repo = "easyeffects";
    tag = "v${version}";
    hash = "sha256-C+zorQ7AFx72eOHUtjCHB2/1i1gnAoSMfEB+dWJIXHM=";
    hash = "sha256-w3Mb13LOSF8vgcdJrqbesLqyyilI5AoA19jFquE5lEw=";
  };

  nativeBuildInputs = [