check: update from 0.9.8 to 0.9.11

This commit is contained in:
Nixpkgs Monitor 2013-12-15 10:52:38 +02:00 committed by Evgeny Egorochkin
parent 186f5f5f05
commit fcd81b5844

View File

@ -1,12 +1,12 @@
{ fetchurl, stdenv }:
let version = "0.9.8"; in
let version = "0.9.11"; in
stdenv.mkDerivation {
name = "check-${version}";
src = fetchurl {
url = "mirror://sourceforge/check/${version}/check-${version}.tar.gz";
sha256 = "0zvak7vx0zq344x174yg9vkw6fg9kycda15zlbz4yn07pdbgkb42";
sha256 = "0dk9jx9hjjwsgly0iwvr5hhw870zlx21gwar7zxlzfq0zdzqqkpa";
};
doCheck = true;