Unverified Commit 90aa221b authored by Sandro Jäckel's avatar Sandro Jäckel Committed by GitHub
Browse files

fooyin: 0.9.1 -> 0.9.2, with build fixup patch (#458734)

parents 3a86f4f4 aee483d4
Loading
Loading
Loading
Loading
+5 −5
Original line number Diff line number Diff line
@@ -23,13 +23,13 @@

stdenv.mkDerivation (finalAttrs: {
  pname = "fooyin";
  version = "0.9.1";
  version = "0.9.2";

  src = fetchFromGitHub {
    owner = "ludouzi";
    repo = "fooyin";
    tag = "v" + finalAttrs.version;
    hash = "sha256-549AtdldAPFengQsVXMnZI0mVzUwgKgUKAfR0Ro3s2I=";
    hash = "sha256-sQ1zsQ/6OHGPkofiKhusCrpW2XnO+PpMvH1M2OG5Huw=";
  };

  buildInputs = [
@@ -73,9 +73,9 @@ stdenv.mkDerivation (finalAttrs: {
  # Remove after next release
  patches = [
    (fetchpatch {
      name = "multi-track-fix.patch";
      url = "https://github.com/fooyin/fooyin/commit/cffe88058e96c44e563e927d8a4a903e28246020.patch";
      hash = "sha256-qNAR3xHZHzI/4RCWKzBbv1mX39xs7KMo/TpaDUYvSvc=";
      name = "add-missing-header.patch";
      url = "https://github.com/fooyin/fooyin/commit/7b171c0da2b9289468696424fe51f76e1c365bb5.patch";
      hash = "sha256-Uvggz2F6DuWYAg20qi8uHkshzCnTLrchambQ/yDyIfA=";
    })
  ];