From 6cb3dcf2e6403ca3ade28c3af4186953d8ee8ed4 Mon Sep 17 00:00:00 2001 From: "R. RyanTM" Date: Sun, 12 Apr 2020 09:56:50 +0000 Subject: fasm: 1.73.22 -> 1.73.23 --- pkgs/development/compilers/fasm/bin.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/development/compilers/fasm/bin.nix b/pkgs/development/compilers/fasm/bin.nix index fd3bb8d4c42..8b5230d2e72 100644 --- a/pkgs/development/compilers/fasm/bin.nix +++ b/pkgs/development/compilers/fasm/bin.nix @@ -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" ]; -- cgit 1.4.1