jasmin-compiler: 2025.02.0 → 2025.02.1

This commit is contained in:
Vincent Laporte
2025-04-14 10:41:06 +02:00
committed by Vincent Laporte
parent c160c31cac
commit aaed20ac46
+2 -2
View File
@@ -9,11 +9,11 @@
stdenv.mkDerivation rec {
pname = "jasmin-compiler";
version = "2025.02.0";
version = "2025.02.1";
src = fetchurl {
url = "https://github.com/jasmin-lang/jasmin/releases/download/v${version}/jasmin-compiler-v${version}.tar.bz2";
hash = "sha256-xLTMdyFyZGlnhuZ1iOg8Tgm7aLijg5lceJxgLdEHw+Q=";
hash = "sha256-7WGEtsTJ4/R+30gzFlYpCvZrZyziZ6gDCemWEFX+5hk=";
};
nativeBuildInputs = with ocamlPackages; [