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

fasm: 1.73.28 -> 1.73.29
This commit is contained in:
Bobby Rong 2021-12-31 16:42:53 +08:00 committed by GitHub
commit 5d2770ad43
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.28";
version = "1.73.29";
src = fetchurl {
url = "https://flatassembler.net/fasm-${version}.tgz";
sha256 = "sha256-ntHrtIX9EXQRGpTrdzEFojSRE5jgUJD15xSr9iyAkpI=";
sha256 = "sha256-Yyj02DRo9wTkJ01ukOwElHr1ZyZFPOMTibwyAkqYISs=";
};
installPhase = ''