fooyin: 0.9.1 -> 0.9.2, with build fixup patch

This commit is contained in:
diredocks
2025-11-05 13:53:52 +08:00
parent 37e6ac33c0
commit aee483d465
+5 -5
View File
@@ -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=";
})
];