about summary refs log tree commit diff
path: root/pkgs/development/compilers/fasm
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2019-03-01 20:03:53 -0800
committerFrederik Rietdijk <freddyrietdijk@fridh.nl>2019-03-03 20:50:12 +0100
commit0255d8035b39ff65b3997ef0037cda20c1b67802 (patch)
treedb10a9ca7802631ecf71b721af878c9e296a6c54 /pkgs/development/compilers/fasm
parent3e97b260ddedc13c1599174de718b342a7775db1 (diff)
fasm-bin: 1.73.08 -> 1.73.09
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
Diffstat (limited to 'pkgs/development/compilers/fasm')
-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 0c4a48656b725..cedaf3ef8591a 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.08";
+  version = "1.73.09";
 
   src = fetchurl {
     url = "https://flatassembler.net/fasm-${version}.tgz";
-    sha256 = "1l4my3fran06h5jiygswx4fsj53dvpfgg9ksfbdzsdg20r672997";
+    sha256 = "197bcj9aa5wpkvrlaafc1smxjss0fwdspq5fwhwgyy9cc7z5g0ym";
   };
 
   installPhase = ''