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

fasm: 1.73.22 -> 1.73.23
This commit is contained in:
Benjamin Hipple 2020-04-12 14:01:46 -04:00 committed by GitHub
commit 27490b64d3
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.22";
version = "1.73.23";
src = fetchurl {
url = "https://flatassembler.net/fasm-${version}.tgz";
sha256 = "1pb0rcfdsb0h89khjjrbikz5wjdllavj3ajim0rcyh7x12xr1hw5";
sha256 = "1p7hs4sqnfxw6axdifjbdcllvl1ycx5vf6n7nvq1gampz0yfcl6j";
};
installPhase = ''