srecord: update 1.62 -> 1.63
This commit is contained in:
parent
ef66088ae1
commit
e1d2e0d380
@ -1,11 +1,11 @@
|
|||||||
{ stdenv, fetchurl, boost, libtool, groff, ghostscript }:
|
{ stdenv, fetchurl, boost, libtool, groff, ghostscript }:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "srecord-1.62";
|
name = "srecord-1.63";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "mirror://sourceforge/srecord/${name}.tar.gz";
|
url = "mirror://sourceforge/srecord/${name}.tar.gz";
|
||||||
sha256 = "0bfbmhsm9mbwiik3yrhm95q8bgx1k4mh2ai412k8zjyi8f5f3904";
|
sha256 = "06mzj9lrk8lzfzhnfyh8xm4p92j242jik6zm37ihcia20inwgzkq";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ boost libtool groff ghostscript ];
|
buildInputs = [ boost libtool groff ghostscript ];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user