quickemu: 4.9.4-unstable-2024-05-28 -> 4.9.5
This commit is contained in:
@@ -6,6 +6,7 @@
|
||||
cdrtools,
|
||||
curl,
|
||||
gawk,
|
||||
glxinfo,
|
||||
gnugrep,
|
||||
gnused,
|
||||
jq,
|
||||
@@ -28,7 +29,6 @@
|
||||
quickemu,
|
||||
testers,
|
||||
installShellFiles,
|
||||
fetchpatch2,
|
||||
}:
|
||||
let
|
||||
runtimePaths = [
|
||||
@@ -45,24 +45,26 @@ let
|
||||
qemu
|
||||
socat
|
||||
swtpm
|
||||
usbutils
|
||||
util-linux
|
||||
unzip
|
||||
xdg-user-dirs
|
||||
xrandr
|
||||
zsync
|
||||
] ++ lib.optionals stdenv.isLinux [
|
||||
glxinfo
|
||||
usbutils
|
||||
xdg-user-dirs
|
||||
];
|
||||
in
|
||||
|
||||
stdenv.mkDerivation (finalAttrs: {
|
||||
pname = "quickemu";
|
||||
version = "4.9.4-unstable-2024-05-28";
|
||||
version = "4.9.5";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "quickemu-project";
|
||||
repo = "quickemu";
|
||||
rev = "d78255b097b599e8ab3713cb61c4085cc45f5a95"; # TODO: return to version on next release
|
||||
hash = "sha256-fF306CdGqKM+779OLm0NNyqPBtm7TuU7UN/NanT12y8=";
|
||||
rev = finalAttrs.version;
|
||||
hash = "sha256-UlpNujF2E8H1zcWTen8D29od60pY8FaGueviT0iwupQ=";
|
||||
};
|
||||
|
||||
postPatch = ''
|
||||
@@ -97,13 +99,13 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
'';
|
||||
|
||||
passthru.tests = testers.testVersion {
|
||||
version = "4.9.5"; # required for passing tests, TODO: remove when release bump
|
||||
package = quickemu;
|
||||
};
|
||||
|
||||
meta = {
|
||||
description = "Quickly create and run optimised Windows, macOS and Linux virtual machines";
|
||||
homepage = "https://github.com/quickemu-project/quickemu";
|
||||
changelog = "https://github.com/quickemu-project/quickemu/releases/tag/${finalAttrs.version}";
|
||||
mainProgram = "quickemu";
|
||||
license = lib.licenses.mit;
|
||||
maintainers = with lib.maintainers; [
|
||||
|
||||
Reference in New Issue
Block a user