fasm-bin: 1.73.11 -> 1.73.12
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:
parent
b62fda7acf
commit
7278a22f20
|
@ -3,11 +3,11 @@
|
||||||
stdenvNoCC.mkDerivation rec {
|
stdenvNoCC.mkDerivation rec {
|
||||||
name = "fasm-bin-${version}";
|
name = "fasm-bin-${version}";
|
||||||
|
|
||||||
version = "1.73.11";
|
version = "1.73.12";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "https://flatassembler.net/fasm-${version}.tgz";
|
url = "https://flatassembler.net/fasm-${version}.tgz";
|
||||||
sha256 = "1zhbs72qc8bw5158zh6mvzznfamcx5a1bsmbmq9ci0d7wb58sxmg";
|
sha256 = "19x5244bcg97mnx871daksj98fg4zxc8jmihl0napcd77xmiga8s";
|
||||||
};
|
};
|
||||||
|
|
||||||
installPhase = ''
|
installPhase = ''
|
||||||
|
|
Loading…
Reference in New Issue