fex: 2603 -> 2604

This commit is contained in:
sm-idk
2026-04-11 11:54:55 +02:00
parent b845d81744
commit 8a422e625f
+2 -2
View File
@@ -99,13 +99,13 @@ let
in
llvmPackages.stdenv.mkDerivation (finalAttrs: {
pname = "fex";
version = "2603";
version = "2604";
src = fetchFromGitHub {
owner = "FEX-Emu";
repo = "FEX";
tag = "FEX-${finalAttrs.version}";
hash = "sha256-rQOqziJ7IizJV3VmAWGo5s2xn2/xnp0sx3VfBtH1JK4=";
hash = "sha256-VPlw15vM3wowgba9Z95F/vRYJLaevtt8lJEgw4hYS8w=";
leaveDotGit = true;
postFetch = ''