pv: update from 1.4.12 to 1.5.2
This commit is contained in:
parent
e816a7fe53
commit
506da15579
@ -1,11 +1,11 @@
|
||||
{ stdenv, fetchurl } :
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
name = "pv-1.4.12";
|
||||
name = "pv-1.5.2";
|
||||
|
||||
src = fetchurl {
|
||||
url = "http://www.ivarch.com/programs/sources/${name}.tar.bz2";
|
||||
sha256 = "0hnpv4l5kidfwxzba7ibm9wjs71ing9gzx0m80bgr3ia8k4s8nka";
|
||||
sha256 = "1sz5ishd66xliwnhv0x3vr48fbp7id4xd8fsrbm66y7f5mfd7qp2";
|
||||
};
|
||||
|
||||
meta = {
|
||||
|
Loading…
Reference in New Issue
Block a user