moarvm: 2024.05 -> 2024.06

This commit is contained in:
Stig Palmquist
2024-07-03 03:00:43 +02:00
parent a31177f3d0
commit 02398a8b49

View File

@@ -8,13 +8,13 @@
stdenv.mkDerivation rec {
pname = "moarvm";
version = "2024.05";
version = "2024.06";
src = fetchFromGitHub {
owner = "moarvm";
repo = "moarvm";
rev = version;
hash = "sha256-6bVglWmnohGR0Hrib8X5ZEfy+clxP89NSEMgbljpuQs=";
hash = "sha256-y+xtJ4YbzPr1168tu+148Co7Ke/iC68aOQBwTINlp2Y=";
fetchSubmodules = true;
};