jasmin-compiler: 2024.07.1 → 2024.07.2

This commit is contained in:
Vincent Laporte 2024-11-21 13:53:26 +01:00 committed by Vincent Laporte
parent 6665c74029
commit a605d065a9

View File

@ -2,11 +2,11 @@
stdenv.mkDerivation rec {
pname = "jasmin-compiler";
version = "2024.07.1";
version = "2024.07.2";
src = fetchurl {
url = "https://github.com/jasmin-lang/jasmin/releases/download/v${version}/jasmin-compiler-v${version}.tar.bz2";
hash = "sha256-at6jWm/Dv/duKmBBCIFkKborMxsQEpqEDO6NrJgzhz8=";
hash = "sha256-I8z5/Ggj5GSyvD7b9YYMh3My4vXAYVcP53BCFwCNxwQ=";
};
sourceRoot = "jasmin-compiler-v${version}/compiler";