Skip to content

Commit e04491d

Browse files
authored
fex: 2501 -> 2502 (#380700)
2 parents e522421 + 555cce6 commit e04491d

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 = "2501";
15+
version = "2502";
1616

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

0 commit comments

Comments
 (0)