jasmin-compiler: 2025.02.1 → 2025.06.0

This commit is contained in:
Vincent Laporte
2025-06-23 08:39:06 +02:00
committed by Vincent Laporte
parent abf76accba
commit e3a03b74b0
+2 -2
View File
@@ -9,11 +9,11 @@
stdenv.mkDerivation rec {
pname = "jasmin-compiler";
version = "2025.02.1";
version = "2025.06.0";
src = fetchurl {
url = "https://github.com/jasmin-lang/jasmin/releases/download/v${version}/jasmin-compiler-v${version}.tar.bz2";
hash = "sha256-7WGEtsTJ4/R+30gzFlYpCvZrZyziZ6gDCemWEFX+5hk=";
hash = "sha256-VjWNvg/aF+omobF8b4YpRwVYM5K/b0GLoe1P/83ilk8=";
};
nativeBuildInputs = with ocamlPackages; [