jasmin-compiler: 21.0 → 2022.04.0

main
Vincent Laporte 2 years ago
parent a0ed85ef29
commit aee00ac405
No known key found for this signature in database
GPG Key ID: EBD582ADDDB1F81F
  1. 4
      pkgs/development/compilers/jasmin-compiler/default.nix

@ -2,11 +2,11 @@
stdenv.mkDerivation rec {
pname = "jasmin-compiler";
version = "21.0";
version = "2022.04.0";
src = fetchurl {
url = "https://github.com/jasmin-lang/jasmin/releases/download/v${version}/jasmin-compiler-v${version}.tar.bz2";
sha256 = "sha256:1px17fpc00gca5ayfcr4k008srkyw120c25rnyf7cgzfs1gpylj2";
sha256 = "sha256:0yf3lp469m8jdpqmqq3sw3h8l3psrzdp134wp3l1q31j3akskn2s";
};
sourceRoot = "jasmin-compiler-v${version}/compiler";

Loading…
Cancel
Save