Updated nixpkgs/pkgs/os-specific/linux/dmtcp
svn path=/nixpkgs/trunk/; revision=20195
This commit is contained in:
parent
fe7b877afd
commit
99237e3da3
@ -4,7 +4,7 @@
|
|||||||
|
|
||||||
let
|
let
|
||||||
pname = "dmtcp";
|
pname = "dmtcp";
|
||||||
version = "1.1.3";
|
version = "1.1.4";
|
||||||
in
|
in
|
||||||
|
|
||||||
stdenv.mkDerivation {
|
stdenv.mkDerivation {
|
||||||
@ -12,7 +12,7 @@ stdenv.mkDerivation {
|
|||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "mirror://sourceforge/${pname}/${pname}_${version}.tar.gz";
|
url = "mirror://sourceforge/${pname}/${pname}_${version}.tar.gz";
|
||||||
sha256 = "0lx455hvxqa9rj83nms9mi6v5klswsrgj8hxhidhi9i2qkx88158";
|
sha256 = "0asqzndy4is285rmd1dw406ar3wkfaaw9ivyrmhx2w5lwf4gl7sk";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ perl python ];
|
buildInputs = [ perl python ];
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
# Perl and python are needed in order to run the test suite.
|
# Perl and python are needed in order to run the test suite.
|
||||||
|
|
||||||
let
|
let
|
||||||
revision = "495";
|
revision = "512";
|
||||||
in
|
in
|
||||||
|
|
||||||
stdenv.mkDerivation {
|
stdenv.mkDerivation {
|
||||||
@ -12,7 +12,7 @@ stdenv.mkDerivation {
|
|||||||
src = fetchsvn {
|
src = fetchsvn {
|
||||||
url = https://dmtcp.svn.sourceforge.net/svnroot/dmtcp/trunk;
|
url = https://dmtcp.svn.sourceforge.net/svnroot/dmtcp/trunk;
|
||||||
rev = revision;
|
rev = revision;
|
||||||
sha256 = "25991cc079942c51fc3cf279b24ef481810cfa0305c8a92f215711d4308a40f7";
|
sha256 = "77d8fe7f39d661669a58c6bf789886a8b6c8186d68d2b95d8a8791efab2c03b7";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ perl python ];
|
buildInputs = [ perl python ];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user