use later jasmin version that can issue proper syscalls and can generate asm code without ret

This commit is contained in:
2024-08-23 10:58:24 +02:00
parent 36ae72a8d9
commit b7af39ff80
7 changed files with 28 additions and 205 deletions

View File

@@ -2,10 +2,10 @@
with pkgs;
let
jasmin-src = fetchFromGitHub {
owner = "Rixxc";
owner = "jasmin-lang";
repo = "jasmin";
rev = "783aea97836f5ddf7b62de24ab94768cb606adf8";
hash = "sha256-5XXZ2IYXCixJHaswdYkG8ivh3fIftaibOgkpz2TKGMI=";
rev = "4d42c212b924ad7553c2eab49d337fd128ad629b";
hash = "sha256-Ve9Eezpvi1wynlqQxO4KDSqw13MDXQmR8NjOS3PHWzg=";
};
jasmin-drv = callPackage "${jasmin-src}/default.nix" { inherit pkgs; };