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-04-14 09:11:19 -0700
committerR. RyanTM <ryantm-bot@ryantm.com>2019-04-14 09:11:19 -0700
commit531c59057d9b4936c4c282f99ab7846bdd6c2c9b (patch)
treef2c3a6dd14ca86610035dfe81c94861bd8473447 /pkgs/development/compilers/fasm
parent993e2b4ec2e670b3bb02b0ad19c83f0ae365c198 (diff)
fasm-bin: 1.73.09 -> 1.73.10
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 cedaf3ef8591a..1efa100e61df5 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.09";
+  version = "1.73.10";
 
   src = fetchurl {
     url = "https://flatassembler.net/fasm-${version}.tgz";
-    sha256 = "197bcj9aa5wpkvrlaafc1smxjss0fwdspq5fwhwgyy9cc7z5g0ym";
+    sha256 = "1lk8vlr0vg7h8lhiav99paa5a1mi0r2m8agxjmczhhavqhx44c32";
   };
 
   installPhase = ''