about summary refs log tree commit diff
path: root/pkgs/development/compilers
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2019-08-03 22:47:38 -0700
committerR. RyanTM <ryantm-bot@ryantm.com>2019-08-03 22:47:38 -0700
commit1142ff83ae12cea6ccad7fe0b7299ea000ff3b7a (patch)
tree43c2ad8f6fe817981433ace92683a3969cf7fe49 /pkgs/development/compilers
parent53328909da75752522c55f8d94c6553d740f9729 (diff)
downloadnixlib-1142ff83ae12cea6ccad7fe0b7299ea000ff3b7a.tar
nixlib-1142ff83ae12cea6ccad7fe0b7299ea000ff3b7a.tar.gz
nixlib-1142ff83ae12cea6ccad7fe0b7299ea000ff3b7a.tar.bz2
nixlib-1142ff83ae12cea6ccad7fe0b7299ea000ff3b7a.tar.lz
nixlib-1142ff83ae12cea6ccad7fe0b7299ea000ff3b7a.tar.xz
nixlib-1142ff83ae12cea6ccad7fe0b7299ea000ff3b7a.tar.zst
nixlib-1142ff83ae12cea6ccad7fe0b7299ea000ff3b7a.zip
fasm-bin: 1.73.12 -> 1.73.15
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')
-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 = ''