muvm: 0.5.1 -> 0.6.0

This commit is contained in:
R. Ryantm
2026-05-18 12:01:54 +00:00
parent 9ccfc30b92
commit 0fe4b02bb1

View File

@@ -52,16 +52,16 @@ let
in
rustPlatform.buildRustPackage (finalAttrs: {
pname = "muvm";
version = "0.5.1";
version = "0.6.0";
src = fetchFromGitHub {
owner = "AsahiLinux";
repo = "muvm";
tag = "muvm-${finalAttrs.version}";
hash = "sha256-eXsU2QRJ55gx5RhjT+m9F1KAFqGrd4WwnyR3eMpuIc4=";
hash = "sha256-9lrJ622kPCfVo/QrtRmLLQs5rjh3FJE8EelqPHdU/vc=";
};
cargoHash = "sha256-OP44LRMN4Lp9LaXQ8Oa8B4LRTqlMyaTa0xKn4eoh1LQ=";
cargoHash = "sha256-Ij2Tdn7HhQ815mXCuamfej4KpDjHALTusrx06t8M87w=";
postPatch = ''
substituteInPlace crates/muvm/src/guest/bin/muvm-guest.rs \