jasmin-compiler: 2022.04.0 → 2022.09.0

authored by

Vincent Laporte and committed by
Vincent Laporte
91d1eb9f 4329682c

+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.04.0"; 5 + version = "2022.09.0"; 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 - sha256 = "sha256:0yf3lp469m8jdpqmqq3sw3h8l3psrzdp134wp3l1q31j3akskn2s"; 9 + sha256 = "sha256-QiOnDhh1VI5c6AZ4/uwLdGBkP76HxN4cfnPJD4R2hlA="; 10 10 }; 11 11 12 12 sourceRoot = "jasmin-compiler-v${version}/compiler";