pv: update from 1.5.2 to 1.5.3

This commit is contained in:
Rob Vermaas 2014-05-22 12:56:14 +02:00
parent c32e17b319
commit 1cc7ebe3cc

View file

@ -1,11 +1,11 @@
{ stdenv, fetchurl } :
stdenv.mkDerivation rec {
name = "pv-1.5.2";
name = "pv-1.5.3";
src = fetchurl {
url = "http://www.ivarch.com/programs/sources/${name}.tar.bz2";
sha256 = "1sz5ishd66xliwnhv0x3vr48fbp7id4xd8fsrbm66y7f5mfd7qp2";
sha256 = "03prg025kzivl1a5xqlf45szpnpqrmkzcvnf7lb2fc1v3jdrkwvn";
};
meta = {