about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorMarek Mahut <marek.mahut@gmail.com>2019-08-19 09:16:02 +0200
committerGitHub <noreply@github.com>2019-08-19 09:16:02 +0200
commitcfb8566e758a427fab9e0b7adce546a476a6a398 (patch)
tree064e6f7b0d7744db72c32e3bfcef41aa3f011be7 /pkgs
parent7d3829683e4defe00b6e3b28247739736e33a631 (diff)
parent9aad4514c640637fa27d6c83775a4e6970d8ccff (diff)
Merge pull request #66867 from r-ryantm/auto-update/fasm-bin
fasm-bin: 1.73.15 -> 1.73.16
Diffstat (limited to 'pkgs')
-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 98cc2804f600a..44d784133f5f0 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.15";
+  version = "1.73.16";
 
   src = fetchurl {
     url = "https://flatassembler.net/fasm-${version}.tgz";
-    sha256 = "0yc30y4hkr226629347gcrzi153f10hcp5q7bm3q6ir3gx35xa39";
+    sha256 = "1jaqm7w458ny37fsw3fln17kw31rcsk8kyadci45qcbw6jspmn7k";
   };
 
   installPhase = ''