We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Learn more about funding links in repositories.
Report abuse
1 parent 3092659 commit 0e064cfCopy full SHA for 0e064cf
pkgs/development/compilers/nasm/default.nix
@@ -2,11 +2,11 @@
2
3
stdenv.mkDerivation rec {
4
name = "nasm-${version}";
5
- version = "2.13.02";
+ version = "2.13.03";
6
7
src = fetchurl {
8
url = "http://www.nasm.us/pub/nasm/releasebuilds/${version}/${name}.tar.bz2";
9
- sha256 = "1gmvjckxvkmx1kbglgrakc98qhy55xlqlk5flrdihz5yhv92hc4d";
+ sha256 = "04bh736zfj3xy5ihh1whshpjxsisv7hqkz954clzdw6kg93qdv33";
10
};
11
12
nativeBuildInputs = [ perl ];
0 commit comments