Commit 18ea06a7 authored by R. RyanTM's avatar R. RyanTM
Browse files

moarvm: 2024.01 -> 2024.05

parent df2577c6
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -8,13 +8,13 @@

stdenv.mkDerivation rec {
  pname = "moarvm";
  version = "2024.01";
  version = "2024.05";

  src = fetchFromGitHub {
    owner = "moarvm";
    repo = "moarvm";
    rev = version;
    hash = "sha256-vU1fhR6pKz2qnznrJ/mknt9DVx+I1kLaPStXKQvp59g=";
    hash = "sha256-6bVglWmnohGR0Hrib8X5ZEfy+clxP89NSEMgbljpuQs=";
    fetchSubmodules = true;
  };