quickemu: 4.9.1 -> 4.9.2

This commit is contained in:
fedx 2023-12-10 18:06:53 -07:00
parent 0838486e91
commit 0fdc7bc6b5

View File

@ -50,13 +50,13 @@ in
stdenv.mkDerivation rec {
pname = "quickemu";
version = "4.9.1";
version = "4.9.2";
src = fetchFromGitHub {
owner = "quickemu-project";
repo = "quickemu";
rev = version;
hash = "sha256-tWl16dd0a6pDz+cUZx9Ku2ov+LJZabR2cDso5tPbML4=";
hash = "sha256-StYgnFBnEJUkJDyFluMm01xhgejXc99AEldGGxIvZU0=";
};
postPatch = ''