Unverified Commit d61198b4 authored by Vincent Laporte's avatar Vincent Laporte
Browse files

jasmin-compiler: 2026.03.0 → 2026.03.1

parent 8be633b5
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -10,11 +10,11 @@

stdenv.mkDerivation (finalAttrs: {
  pname = "jasmin-compiler";
  version = "2026.03.0";
  version = "2026.03.1";

  src = fetchurl {
    url = "https://github.com/jasmin-lang/jasmin/releases/download/v${finalAttrs.version}/jasmin-compiler-v${finalAttrs.version}.tar.bz2";
    hash = "sha256-3sYqPNDNQs/pbsZLPNOWHg6KCfuSzrZBdc/7VP3lDkA=";
    hash = "sha256-eOn5KWNAPx7Z+VMm8mclUyxDlW8Q/MR9EayUxmojb1I=";
  };

  nativeBuildInputs = with ocamlPackages; [