Skip to content

Commit 1800f90

Browse files
authored
fex: 2412 -> 2501 (#374691)
2 parents 6aa7193 + 04ca003 commit 1800f90

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,13 @@
1212

1313
llvmPackages.stdenv.mkDerivation (finalAttrs: rec {
1414
pname = "fex";
15-
version = "2412";
15+
version = "2501";
1616

1717
src = fetchFromGitHub {
1818
owner = "FEX-Emu";
1919
repo = "FEX";
2020
tag = "FEX-${version}";
21-
hash = "sha256-VwcfxdRMjE/yoe5q0p3j4FdEMOJdtq17moxiGWO+CN0=";
21+
hash = "sha256-9YOKLck4LIhTiAz+aCkOR3Eo1v02GK/YTQ98MuBSihI=";
2222
fetchSubmodules = true;
2323
};
2424

0 commit comments

Comments
 (0)