Skip to content

Commit 74a7195

Browse files
committed
fex: 2504 -> 2505
1 parent 76084a6 commit 74a7195

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
@@ -15,14 +15,14 @@
1515

1616
llvmPackages.stdenv.mkDerivation (finalAttrs: {
1717
pname = "fex";
18-
version = "2504";
18+
version = "2505";
1919

2020
src = fetchFromGitHub {
2121
owner = "FEX-Emu";
2222
repo = "FEX";
2323
tag = "FEX-${finalAttrs.version}";
2424

25-
hash = "sha256-oXducy4uvf/3Ox6AadPWNl9450D9TiPIr53P91/qEvw=";
25+
hash = "sha256-H/BE+x/lwpED10UrbukWHiKJo0L75/KDV2T5q/J0NiM=";
2626

2727
leaveDotGit = true;
2828
postFetch = ''

0 commit comments

Comments
 (0)