about summary refs log tree commit diff
path: root/pkgs/development/compilers
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 /pkgs/development/compilers
parent33d044b525a6a093963808b97e7d496f84110b35 (diff)
parent1142ff83ae12cea6ccad7fe0b7299ea000ff3b7a (diff)
downloadnixlib-af447de1b87daaa1d07704aaee76c5380fd1886f.tar
nixlib-af447de1b87daaa1d07704aaee76c5380fd1886f.tar.gz
nixlib-af447de1b87daaa1d07704aaee76c5380fd1886f.tar.bz2
nixlib-af447de1b87daaa1d07704aaee76c5380fd1886f.tar.lz
nixlib-af447de1b87daaa1d07704aaee76c5380fd1886f.tar.xz
nixlib-af447de1b87daaa1d07704aaee76c5380fd1886f.tar.zst
nixlib-af447de1b87daaa1d07704aaee76c5380fd1886f.zip
Merge pull request #65907 from r-ryantm/auto-update/fasm-bin
fasm-bin: 1.73.12 -> 1.73.15
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 = ''