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

easyeffects: 8.0.4 -> 8.0.5 (#465214)

parents 6c78eedc 45eda102
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -61,13 +61,13 @@ in

stdenv.mkDerivation rec {
  pname = "easyeffects";
  version = "8.0.4";
  version = "8.0.5";

  src = fetchFromGitHub {
    owner = "wwmm";
    repo = "easyeffects";
    tag = "v${version}";
    hash = "sha256-K2oPY38SF8Xkg6uAh1xi8T380EwM7AWKDmLeYU0p2SQ=";
    hash = "sha256-LBF8P512XeawlSgOz6AV03Q3ZGTwn+Gnqwh0xU0WEz4=";
  };

  patches = [ ./qmlmodule-fix.patch ];