mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 06:45:16 +01:00
Updating pv
svn path=/nixpkgs/trunk/; revision=26937
This commit is contained in:
parent
0d09cc4348
commit
1a83a07123
1 changed files with 5 additions and 3 deletions
|
@ -1,16 +1,18 @@
|
|||
{ stdenv, fetchurl } :
|
||||
|
||||
stdenv.mkDerivation {
|
||||
name = "pv-1.1.4";
|
||||
name = "pv-1.2.0";
|
||||
|
||||
src = fetchurl {
|
||||
url = http://pipeviewer.googlecode.com/files/pv-1.1.4.tar.bz2;
|
||||
sha256 = "c8613c240ab4297f6ad346f0047138f551a093c603eeb581d5e83091cad3a559";
|
||||
url = http://pipeviewer.googlecode.com/files/pv-1.2.0.tar.bz2;
|
||||
sha256 = "0rn6rpiw7c16pgkhcslax9p1mxkxkmk6ivc9hjmsis7r69niyag3";
|
||||
};
|
||||
|
||||
meta = {
|
||||
homepage = http://www.ivarch.com/programs/pv;
|
||||
description = "Tool for monitoring the progress of data through a pipeline";
|
||||
license = "free";
|
||||
maintainers = with stdenv.lib.maintainers; [viric];
|
||||
platforms = with stdenv.lib.platforms; all;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue