jasmin-compiler: 2024.07.3 → 2025.02.0

This commit is contained in:
Vincent Laporte
2025-03-06 22:07:49 +01:00
committed by Vincent Laporte
parent 2a06ed8bf3
commit 4e7d17350b
+2 -2
View File
@@ -9,11 +9,11 @@
stdenv.mkDerivation rec {
pname = "jasmin-compiler";
version = "2024.07.3";
version = "2025.02.0";
src = fetchurl {
url = "https://github.com/jasmin-lang/jasmin/releases/download/v${version}/jasmin-compiler-v${version}.tar.bz2";
hash = "sha256-z5J4zxnsykNWXeAfS0GhU4oK0GJFa5qca9HhgzWx/34=";
hash = "sha256-xLTMdyFyZGlnhuZ1iOg8Tgm7aLijg5lceJxgLdEHw+Q=";
};
nativeBuildInputs = with ocamlPackages; [