Skip to content

Commit 1a38a2a

Browse files
authored
fex: 2503 -> 2504 (#396450)
2 parents 7ed9b42 + 33ff0f4 commit 1a38a2a

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

pkgs/by-name/fe/fex/package.nix

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,28 +5,26 @@
55
cmake,
66
ninja,
77
pkg-config,
8-
gitMinimal,
98
qt5,
109
python3,
1110
}:
1211

1312
llvmPackages.stdenv.mkDerivation (finalAttrs: rec {
1413
pname = "fex";
15-
version = "2503";
14+
version = "2504";
1615

1716
src = fetchFromGitHub {
1817
owner = "FEX-Emu";
1918
repo = "FEX";
2019
tag = "FEX-${version}";
21-
hash = "sha256-NnYod6DeRv3/6h8SGkGYtgC+RRuIafxoQm3j1Sqk0mU=";
20+
hash = "sha256-tqUJBHYSRlEUaLI4WItzotIHGMUNbdjA7o9NjBYZmHw=";
2221
fetchSubmodules = true;
2322
};
2423

2524
nativeBuildInputs = [
2625
cmake
2726
ninja
2827
pkg-config
29-
gitMinimal
3028
qt5.wrapQtAppsHook
3129
llvmPackages.bintools
3230

@@ -50,6 +48,7 @@ llvmPackages.stdenv.mkDerivation (finalAttrs: rec {
5048
"-DUSE_LINKER=lld"
5149
"-DENABLE_LTO=True"
5250
"-DENABLE_ASSERTIONS=False"
51+
(lib.cmakeFeature "OVERRIDE_VERSION" finalAttrs.version)
5352
(lib.cmakeBool "BUILD_TESTS" finalAttrs.finalPackage.doCheck)
5453
];
5554

0 commit comments

Comments
 (0)