fasm: 1.73.22 -> 1.73.23
This commit is contained in:
parent
807ca93fad
commit
6cb3dcf2e6
@ -3,11 +3,11 @@
|
|||||||
stdenvNoCC.mkDerivation rec {
|
stdenvNoCC.mkDerivation rec {
|
||||||
pname = "fasm-bin";
|
pname = "fasm-bin";
|
||||||
|
|
||||||
version = "1.73.22";
|
version = "1.73.23";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "https://flatassembler.net/fasm-${version}.tgz";
|
url = "https://flatassembler.net/fasm-${version}.tgz";
|
||||||
sha256 = "1pb0rcfdsb0h89khjjrbikz5wjdllavj3ajim0rcyh7x12xr1hw5";
|
sha256 = "1p7hs4sqnfxw6axdifjbdcllvl1ycx5vf6n7nvq1gampz0yfcl6j";
|
||||||
};
|
};
|
||||||
|
|
||||||
installPhase = ''
|
installPhase = ''
|
||||||
@ -16,7 +16,7 @@ stdenvNoCC.mkDerivation rec {
|
|||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
description = "x86(-64) macro assembler to binary, MZ, PE, COFF, and ELF";
|
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;
|
license = licenses.bsd2;
|
||||||
maintainers = with maintainers; [ orivej ];
|
maintainers = with maintainers; [ orivej ];
|
||||||
platforms = [ "i686-linux" "x86_64-linux" ];
|
platforms = [ "i686-linux" "x86_64-linux" ];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user