libpipeline: 1.2.6 -> 1.4.0

This commit is contained in:
William A. Kennington III 2015-03-26 01:06:39 -07:00
parent 9c78bbd405
commit 2d695397d8
1 changed files with 2 additions and 2 deletions

View File

@ -1,11 +1,11 @@
{ stdenv, fetchurl }: { stdenv, fetchurl }:
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
name = "libpipeline-1.2.6"; name = "libpipeline-1.4.0";
src = fetchurl { src = fetchurl {
url = "mirror://savannah/libpipeline/${name}.tar.gz"; url = "mirror://savannah/libpipeline/${name}.tar.gz";
sha256 = "0wjsigim422ilzs46hxzv98l10zprpbk53gq3jzj6s9kn9n1wljc"; sha256 = "1dlvp2mxlhg5zbj509kc60h7g39hpgwkzkpdf855cyzizgkmkivr";
}; };
meta = with stdenv.lib; { meta = with stdenv.lib; {