fire: 1.0.2-unstable-2025-08-16 -> 1.5.0b-unstable-2025-09-20 (#444715)

authored by Cosima Neidahl and committed by GitHub 4a60e53a a77b8771

+6 -3
+6 -3
pkgs/by-name/fi/fire/package.nix
··· 78 78 in 79 79 stdenv.mkDerivation (finalAttrs: { 80 80 pname = "fire"; 81 - version = "1.0.2-unstable-2025-08-16"; 81 + version = "1.5.0b-unstable-2025-09-20"; 82 82 83 83 src = fetchFromGitHub { 84 84 owner = "jerryuhoo"; 85 85 repo = "Fire"; 86 - rev = "e74e9351a18921c5b7419646eee377e38524c47a"; 86 + rev = "34a424a4fc50984213b6e98e3aaae3dcb8e960c4"; 87 87 fetchSubmodules = true; 88 - hash = "sha256-2hx5nba7o+ot+KtypSZJb3pKJk8mUIdI1sNqnT2va0Q="; 88 + hash = "sha256-ZTsZ/J5aeyjg4pxhjjIkgoTB5sSg2jpeKAp/uc4V+aQ="; 89 89 }; 90 90 91 91 postPatch = ··· 101 101 --replace-fail 'set(FORMATS' 'set(FORMATS ${formatsListing}) #' \ 102 102 --replace-fail 'BUNDLE_ID "''${BUNDLE_ID}"' 'BUNDLE_ID "''${BUNDLE_ID}" LV2URI "https://www.bluewingsmusic.com/Fire/"' \ 103 103 --replace-fail 'COPY_PLUGIN_AFTER_BUILD TRUE' 'COPY_PLUGIN_AFTER_BUILD FALSE' 104 + 105 + # Regression tests require big sound files stored in LFS, skip them 106 + rm -v tests/RegressionTests.cpp 104 107 '' 105 108 + lib.optionalString stdenv.hostPlatform.isLinux '' 106 109 # Remove hardcoded LTO flags: needs extra setup on Linux