0
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-07-13 21:50:33 +03:00

fex: 2504 -> 2505 (#404476)

This commit is contained in:
Peder Bergebakken Sundt 2025-05-11 02:07:17 +02:00 committed by GitHub
commit 1d8fe40546
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -15,14 +15,14 @@
llvmPackages.stdenv.mkDerivation (finalAttrs: {
pname = "fex";
version = "2504";
version = "2505";
src = fetchFromGitHub {
owner = "FEX-Emu";
repo = "FEX";
tag = "FEX-${finalAttrs.version}";
hash = "sha256-oXducy4uvf/3Ox6AadPWNl9450D9TiPIr53P91/qEvw=";
hash = "sha256-H/BE+x/lwpED10UrbukWHiKJo0L75/KDV2T5q/J0NiM=";
leaveDotGit = true;
postFetch = ''