From 0be3d188964b7b702d208616535e17876464358f Mon Sep 17 00:00:00 2001 From: Marco Maggesi Date: Thu, 18 Feb 2010 18:49:32 +0000 Subject: [PATCH] Updated nixkpkgs/pkgs/os-specific/linux/dmtcp/devel.nix svn path=/nixpkgs/trunk/; revision=20116 --- pkgs/os-specific/linux/dmtcp/devel.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/os-specific/linux/dmtcp/devel.nix b/pkgs/os-specific/linux/dmtcp/devel.nix index 9fb3274a429..44135b29c35 100644 --- a/pkgs/os-specific/linux/dmtcp/devel.nix +++ b/pkgs/os-specific/linux/dmtcp/devel.nix @@ -3,7 +3,7 @@ # Perl and python are needed in order to run the test suite. let - revision = "489"; + revision = "495"; in stdenv.mkDerivation { @@ -12,7 +12,7 @@ stdenv.mkDerivation { src = fetchsvn { url = https://dmtcp.svn.sourceforge.net/svnroot/dmtcp/trunk; rev = revision; - sha256 = "c21d38888553a50f401e1e49dec646b574f2014121e1186949f909c51e4911ed"; + sha256 = "25991cc079942c51fc3cf279b24ef481810cfa0305c8a92f215711d4308a40f7"; }; buildInputs = [ perl python ];