fasm: 1.73.22 -> 1.73.23

This commit is contained in:
R. RyanTM 2020-04-12 09:56:50 +00:00
parent 807ca93fad
commit 6cb3dcf2e6

View file

@ -3,11 +3,11 @@
stdenvNoCC.mkDerivation rec {
pname = "fasm-bin";
version = "1.73.22";
version = "1.73.23";
src = fetchurl {
url = "https://flatassembler.net/fasm-${version}.tgz";
sha256 = "1pb0rcfdsb0h89khjjrbikz5wjdllavj3ajim0rcyh7x12xr1hw5";
sha256 = "1p7hs4sqnfxw6axdifjbdcllvl1ycx5vf6n7nvq1gampz0yfcl6j";
};
installPhase = ''
@ -16,7 +16,7 @@ stdenvNoCC.mkDerivation rec {
meta = with lib; {
description = "x86(-64) macro assembler to binary, MZ, PE, COFF, and ELF";
homepage = https://flatassembler.net/download.php;
homepage = "https://flatassembler.net/download.php";
license = licenses.bsd2;
maintainers = with maintainers; [ orivej ];
platforms = [ "i686-linux" "x86_64-linux" ];