jasmin-compiler: 2022.09.2 → 2022.09.3

authored by Vincent Laporte and committed by Vincent Laporte 381e92a3 e707d5d1

+2 -2
+2 -2
pkgs/development/compilers/jasmin-compiler/default.nix
··· 2 2 3 3 stdenv.mkDerivation rec { 4 4 pname = "jasmin-compiler"; 5 - version = "2022.09.2"; 5 + version = "2022.09.3"; 6 6 7 7 src = fetchurl { 8 8 url = "https://github.com/jasmin-lang/jasmin/releases/download/v${version}/jasmin-compiler-v${version}.tar.bz2"; 9 - hash = "sha256-CGKaFR9Ax0O7BaW42DwYS4Air7zo5fOY2ExHkMGdtqo="; 9 + hash = "sha256-CCLUF3GDeQrWIur1ve19WveNiOR/6kRVWuU7wvmXGGg="; 10 10 }; 11 11 12 12 sourceRoot = "jasmin-compiler-v${version}/compiler";