From d41c2a87e3949cbff8e3af04587bae6258ceee97 Mon Sep 17 00:00:00 2001 From: Vincent Laporte Date: Mon, 31 Jul 2023 09:21:27 +0200 Subject: [PATCH] =?UTF-8?q?jasmin-compiler:=202023.06.0=20=E2=86=92=202023?= =?UTF-8?q?.06.1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pkgs/development/compilers/jasmin-compiler/default.nix | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/pkgs/development/compilers/jasmin-compiler/default.nix b/pkgs/development/compilers/jasmin-compiler/default.nix index 9f539f698182..7bb0d3742a97 100644 --- a/pkgs/development/compilers/jasmin-compiler/default.nix +++ b/pkgs/development/compilers/jasmin-compiler/default.nix @@ -2,21 +2,15 @@ stdenv.mkDerivation rec { pname = "jasmin-compiler"; - version = "2023.06.0"; + version = "2023.06.1"; src = fetchurl { url = "https://github.com/jasmin-lang/jasmin/releases/download/v${version}/jasmin-compiler-v${version}.tar.bz2"; - hash = "sha256-yQBQGDNZQhNATs62nqWsgl/HzQCH24EHPp87B3I0Dxo="; + hash = "sha256-3+eIR8wkBlcUQVDsugHo/rHNHbE2vpE9gutp55kRY4Y="; }; sourceRoot = "jasmin-compiler-v${version}/compiler"; - # Released tarball contains extraneous `dune` files - # See https://github.com/jasmin-lang/jasmin/pull/495 - preBuild = '' - rm -rf tests - ''; - nativeBuildInputs = with ocamlPackages; [ ocaml findlib dune_3 menhir camlidl cmdliner ]; buildInputs = [