moarvm: 2023.10 -> 2024.01

This commit is contained in:
R. Ryantm 2024-01-27 20:44:55 +00:00
parent 1dd556946e
commit 781e593a10

View File

@ -9,13 +9,13 @@
stdenv.mkDerivation rec {
pname = "moarvm";
version = "2023.10";
version = "2024.01";
src = fetchFromGitHub {
owner = "moarvm";
repo = "moarvm";
rev = version;
hash = "sha256-1w6oMoxDro/AHE+QvjKUx9cxNpYuVSXYrRMh31ksgoQ=";
hash = "sha256-vU1fhR6pKz2qnznrJ/mknt9DVx+I1kLaPStXKQvp59g=";
fetchSubmodules = true;
};