Skip to content

Commit 0e064cf

Browse files
committedFeb 26, 2018
nasm: 2.13.02 -> 2.13.03
1 parent 3092659 commit 0e064cf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

Diff for: ‎pkgs/development/compilers/nasm/default.nix

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22

33
stdenv.mkDerivation rec {
44
name = "nasm-${version}";
5-
version = "2.13.02";
5+
version = "2.13.03";
66

77
src = fetchurl {
88
url = "http://www.nasm.us/pub/nasm/releasebuilds/${version}/${name}.tar.bz2";
9-
sha256 = "1gmvjckxvkmx1kbglgrakc98qhy55xlqlk5flrdihz5yhv92hc4d";
9+
sha256 = "04bh736zfj3xy5ihh1whshpjxsisv7hqkz954clzdw6kg93qdv33";
1010
};
1111

1212
nativeBuildInputs = [ perl ];

0 commit comments

Comments
 (0)