3
0
Fork 0
forked from mirrors/nixpkgs

yasm: update from 1.2.0 to 1.3.0

This commit is contained in:
Vincent Laporte 2014-10-10 21:33:26 +01:00 committed by Aristid Breitkreuz
parent 23956842d4
commit 3c45c8d53e

View file

@ -1,11 +1,11 @@
{stdenv, fetchurl}:
stdenv.mkDerivation rec {
name = "yasm-1.2.0";
name = "yasm-1.3.0";
src = fetchurl {
url = "http://www.tortall.net/projects/yasm/releases/${name}.tar.gz";
sha256 = "0cfg7ji3ia2in628w42wrfvw2ixmmm4rghwmv2k202mraysgm3vn";
sha256 = "0gv0slmm0qpq91za3v2v9glff3il594x5xsrbgab7xcmnh0ndkix";
};
meta = {