uefi-run: 0.6.0 -> 0.6.1

Diff: https://github.com/Richard-W/uefi-run/compare/v0.6.0...v0.6.1
This commit is contained in:
Nick Cao 2023-06-26 21:56:51 +08:00
parent 52e5e2b29f
commit 32927c0aba
No known key found for this signature in database

View File

@ -5,16 +5,16 @@
rustPlatform.buildRustPackage rec {
pname = "uefi-run";
version = "0.6.0";
version = "0.6.1";
src = fetchFromGitHub {
owner = "Richard-W";
repo = pname;
rev = "v${version}";
sha256 = "sha256-OL21C3J4M7q1nNB6lL9xaU6ryZN45UDUqiKsbqQhYH8=";
hash = "sha256-tR547osqw18dCMHJLqJ8AQBelbv8yCl7rAqslu+vnDQ=";
};
cargoSha256 = "sha256-ieX8jQKv9Fht1p7JtTieZ5M+rXdn6/Oo/LgJ8NEBIuQ=";
cargoHash = "sha256-s1Kbc3JHoYy0UJwNfSunIdQ3xHjlQaut/Cb0JSYyB9g=";
meta = with lib; {
description = "Directly run UEFI applications in qemu";