Merge pull request #79904 from r-ryantm/auto-update/fasm

fasm: 1.73.21 -> 1.73.22
This commit is contained in:
Mario Rodas 2020-02-14 08:29:53 -05:00 committed by GitHub
commit 7644fabb1e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3,11 +3,11 @@
stdenvNoCC.mkDerivation rec {
pname = "fasm-bin";
version = "1.73.21";
version = "1.73.22";
src = fetchurl {
url = "https://flatassembler.net/fasm-${version}.tgz";
sha256 = "143zh7x3q0r2kclshh8n5w4i5pw4lh60si7rspvc725xxjpjkvcv";
sha256 = "1pb0rcfdsb0h89khjjrbikz5wjdllavj3ajim0rcyh7x12xr1hw5";
};
installPhase = ''