fasm-bin: 1.73.10 -> 1.73.11

Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/fasm-bin/versions
This commit is contained in:
R. RyanTM 2019-04-30 12:34:15 -07:00 committed by Frederik Rietdijk
parent 25a5f12b21
commit 641eb4af94

View file

@ -3,11 +3,11 @@
stdenvNoCC.mkDerivation rec {
name = "fasm-bin-${version}";
version = "1.73.10";
version = "1.73.11";
src = fetchurl {
url = "https://flatassembler.net/fasm-${version}.tgz";
sha256 = "1lk8vlr0vg7h8lhiav99paa5a1mi0r2m8agxjmczhhavqhx44c32";
sha256 = "1zhbs72qc8bw5158zh6mvzznfamcx5a1bsmbmq9ci0d7wb58sxmg";
};
installPhase = ''