Update package.nix

This commit is contained in:
mystery3525 2024-06-24 20:34:01 -04:00 committed by Martin Wimpress
parent e0523746fd
commit 0f616dcf08
1 changed files with 1 additions and 0 deletions

View File

@ -56,6 +56,7 @@ in
stdenv.mkDerivation rec {
pname = "quickemu";
version = "4.9.4";
src = lib.cleanSource ./.;
postPatch = ''