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

fasm: 1.73.29 -> 1.73.30
This commit is contained in:
Bobby Rong 2022-03-13 16:04:38 +08:00 committed by GitHub
commit 12b54ac036
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.29";
version = "1.73.30";
src = fetchurl {
url = "https://flatassembler.net/fasm-${version}.tgz";
sha256 = "sha256-Yyj02DRo9wTkJ01ukOwElHr1ZyZFPOMTibwyAkqYISs=";
sha256 = "sha256-dRlQUaWIHbu+DwQBFh6Tf4o2u0LTRw/Ehp2hT9LC8QE=";
};
installPhase = ''