summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorBobby Rong <rjl931189261@126.com>2021-12-31 16:42:53 +0800
committerGitHub <noreply@github.com>2021-12-31 16:42:53 +0800
commit5d2770ad43276a72056a4049bc36d406515eab16 (patch)
tree121182a3280745b090c6dbfb5f4f88953d391646 /pkgs
parent34aa3f0e7461912f24c2c68b82e8c9ddd035d2c2 (diff)
parent2a9ebe61efde23e79bd81db8e0a3d1de1bc45ea1 (diff)
downloadnixpkgs-5d2770ad43276a72056a4049bc36d406515eab16.tar
nixpkgs-5d2770ad43276a72056a4049bc36d406515eab16.tar.gz
nixpkgs-5d2770ad43276a72056a4049bc36d406515eab16.tar.bz2
nixpkgs-5d2770ad43276a72056a4049bc36d406515eab16.tar.lz
nixpkgs-5d2770ad43276a72056a4049bc36d406515eab16.tar.xz
nixpkgs-5d2770ad43276a72056a4049bc36d406515eab16.tar.zst
nixpkgs-5d2770ad43276a72056a4049bc36d406515eab16.zip
Merge pull request #152891 from r-ryantm/auto-update/fasm
fasm: 1.73.28 -> 1.73.29
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 12a25ca6a4d..9f4263b08ed 100644
--- a/pkgs/development/compilers/fasm/bin.nix
+++ b/pkgs/development/compilers/fasm/bin.nix
@@ -3,11 +3,11 @@
 stdenvNoCC.mkDerivation rec {
   pname = "fasm-bin";
 
-  version = "1.73.28";
+  version = "1.73.29";
 
   src = fetchurl {
     url = "https://flatassembler.net/fasm-${version}.tgz";
-    sha256 = "sha256-ntHrtIX9EXQRGpTrdzEFojSRE5jgUJD15xSr9iyAkpI=";
+    sha256 = "sha256-Yyj02DRo9wTkJ01ukOwElHr1ZyZFPOMTibwyAkqYISs=";
   };
 
   installPhase = ''