jasmin-compiler: 2023.06.4 → 2024.07.0

This commit is contained in:
Vincent Laporte 2024-07-10 06:31:43 +02:00 committed by Vincent Laporte
parent c1529b509e
commit 95c40a6fae

View File

@ -2,11 +2,11 @@
stdenv.mkDerivation rec {
pname = "jasmin-compiler";
version = "2023.06.4";
version = "2024.07.0";
src = fetchurl {
url = "https://github.com/jasmin-lang/jasmin/releases/download/v${version}/jasmin-compiler-v${version}.tar.bz2";
hash = "sha256-b1lrVbXJQeg+7tI7JcR9JTuiel/b/mctU1caT/y/4SA=";
hash = "sha256-jE1LSL/fW7RKE5GeVzYtw4aFxtzTiz7IasD5YwDm4HE=";
};
sourceRoot = "jasmin-compiler-v${version}/compiler";
@ -17,6 +17,7 @@ stdenv.mkDerivation rec {
mpfr
ppl
] ++ (with ocamlPackages; [
angstrom
apron
yojson
]);