Unverified Commit b224d653 authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

muvm: 0.5.0 -> 0.5.1 (#505382)

parents 50148ce1 92f5866e
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -52,16 +52,16 @@ let
in
rustPlatform.buildRustPackage (finalAttrs: {
  pname = "muvm";
  version = "0.5.0";
  version = "0.5.1";

  src = fetchFromGitHub {
    owner = "AsahiLinux";
    repo = "muvm";
    tag = "muvm-${finalAttrs.version}";
    hash = "sha256-k3Jj/Tzu5ZfnADMiVG7pAPqosrkZvhmehi0NMbyudN0=";
    hash = "sha256-eXsU2QRJ55gx5RhjT+m9F1KAFqGrd4WwnyR3eMpuIc4=";
  };

  cargoHash = "sha256-jFNyQD2Hf1K5+wHDRD2WG70IJfZbL+hT/gtjeUnt5Mk=";
  cargoHash = "sha256-OP44LRMN4Lp9LaXQ8Oa8B4LRTqlMyaTa0xKn4eoh1LQ=";

  postPatch = ''
    substituteInPlace crates/muvm/src/guest/bin/muvm-guest.rs \