Unverified Commit e06dd5d6 authored by Vincent Laporte's avatar Vincent Laporte Committed by GitHub
Browse files

jasmin-compiler: 2025.06.3 → 2026.03.0 (#498240)

parents bc0be48c 5c49775b
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 = "2025.06.3";
  version = "2026.03.0";

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

  nativeBuildInputs = with ocamlPackages; [