Unverified Commit e1ff6cad authored by Masum Reza's avatar Masum Reza Committed by GitHub
Browse files

Merge pull request #292574 from r-ryantm/auto-update/moarvm

moarvm: 2024.01 -> 2024.05
parents 73f6fe48 18ea06a7
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;
  };