Commit 381e92a3 authored by Vincent Laporte's avatar Vincent Laporte Committed by Vincent Laporte
Browse files

jasmin-compiler: 2022.09.2 → 2022.09.3

parent e707d5d1
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -2,11 +2,11 @@

stdenv.mkDerivation rec {
  pname = "jasmin-compiler";
  version = "2022.09.2";
  version = "2022.09.3";

  src = fetchurl {
    url = "https://github.com/jasmin-lang/jasmin/releases/download/v${version}/jasmin-compiler-v${version}.tar.bz2";
    hash = "sha256-CGKaFR9Ax0O7BaW42DwYS4Air7zo5fOY2ExHkMGdtqo=";
    hash = "sha256-CCLUF3GDeQrWIur1ve19WveNiOR/6kRVWuU7wvmXGGg=";
  };

  sourceRoot = "jasmin-compiler-v${version}/compiler";