jasmin-compiler: 2022.09.2 → 2022.09.3

This commit is contained in:
Vincent Laporte
2023-06-07 12:59:19 +02:00
committed by Vincent Laporte
parent e707d5d15c
commit 381e92a35e
@@ -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";