fasm: 1.73.30 -> 1.73.31

This commit is contained in:
R. Ryantm 2023-09-08 23:13:58 +00:00
parent c08b005e0f
commit b9718ad80f

View file

@ -3,11 +3,11 @@
stdenvNoCC.mkDerivation rec {
pname = "fasm-bin";
version = "1.73.30";
version = "1.73.31";
src = fetchurl {
url = "https://flatassembler.net/fasm-${version}.tgz";
sha256 = "sha256-dRlQUaWIHbu+DwQBFh6Tf4o2u0LTRw/Ehp2hT9LC8QE=";
sha256 = "sha256-jzjLIayR+xulSGKhvQ9VxWhZC6qRZ/4IHSe3lD8LD+M=";
};
installPhase = ''