jasmin-compiler: 2024.07.0 → 2024.07.1

This commit is contained in:
Vincent Laporte 2024-10-03 10:59:49 +02:00 committed by Vincent Laporte
parent 955fb77141
commit 6b955bdbb9

View File

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