summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarek Mahut <marek.mahut@gmail.com>2019-08-10 21:34:36 +0200
committerGitHub <noreply@github.com>2019-08-10 21:34:36 +0200
commitaf447de1b87daaa1d07704aaee76c5380fd1886f (patch)
tree89bd7a9d38ce2c3a88bff52cff00ffd3276a4682
parentMerge pull request #66101 from r-ryantm/auto-update/python3.7-folium (diff)
parentfasm-bin: 1.73.12 -> 1.73.15 (diff)
downloadnixpkgs-af447de1b87daaa1d07704aaee76c5380fd1886f.tar.gz
Merge pull request #65907 from r-ryantm/auto-update/fasm-bin
fasm-bin: 1.73.12 -> 1.73.15
-rw-r--r--pkgs/development/compilers/fasm/bin.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/compilers/fasm/bin.nix b/pkgs/development/compilers/fasm/bin.nix
index c26ac151af49..98cc2804f600 100644
--- a/pkgs/development/compilers/fasm/bin.nix
+++ b/pkgs/development/compilers/fasm/bin.nix
@@ -3,11 +3,11 @@
stdenvNoCC.mkDerivation rec {
name = "fasm-bin-${version}";
- version = "1.73.12";
+ version = "1.73.15";
src = fetchurl {
url = "https://flatassembler.net/fasm-${version}.tgz";
- sha256 = "19x5244bcg97mnx871daksj98fg4zxc8jmihl0napcd77xmiga8s";
+ sha256 = "0yc30y4hkr226629347gcrzi153f10hcp5q7bm3q6ir3gx35xa39";
};
installPhase = ''