Unverified Commit cd8b7553 authored by Sizhe Zhao's avatar Sizhe Zhao
Browse files

moarvm: 2025.03 -> 2025.04

parent 8bf80c7a
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -7,14 +7,14 @@

stdenv.mkDerivation rec {
  pname = "moarvm";
  version = "2025.03";
  version = "2025.04";

  # nixpkgs-update: no auto update
  src = fetchFromGitHub {
    owner = "moarvm";
    repo = "moarvm";
    rev = version;
    hash = "sha256-8uvO4GcediL0ysYWApEo6C583nw5QcrjN+0EmO2NKWo=";
    hash = "sha256-g2L7pEFU/ECNRYcNORH66qYKIAO7Uqtk3pFxyvxgKT4=";
    fetchSubmodules = true;
  };