jasmin-compiler: 2023.06.2 → 2023.06.3

This commit is contained in:
Vincent Laporte 2024-04-10 15:55:02 +02:00 committed by Vincent Laporte
parent 4b6f17a8a6
commit b941d52506
1 changed files with 2 additions and 2 deletions

View File

@ -2,11 +2,11 @@
stdenv.mkDerivation rec {
pname = "jasmin-compiler";
version = "2023.06.2";
version = "2023.06.3";
src = fetchurl {
url = "https://github.com/jasmin-lang/jasmin/releases/download/v${version}/jasmin-compiler-v${version}.tar.bz2";
hash = "sha256-I3+MP2Q7ENOdQdvvCqcyD+I8ImF6c+9HQDpY6QUWuY8=";
hash = "sha256-Fp3QMsBaPOA6L6kOgffoHaJAypJDt8JxT8EVDDpPAKs=";
};
sourceRoot = "jasmin-compiler-v${version}/compiler";