3
0
Fork 0
forked from mirrors/nixpkgs

libviper: update from 1.4.5 to 1.4.6

This commit is contained in:
Nixpkgs Monitor 2013-12-13 22:46:34 +02:00 committed by Evgeny Egorochkin
parent 05e8d1187f
commit d466259fd8

View file

@ -1,10 +1,10 @@
{stdenv, fetchurl, pkgconfig, glib, ncurses, gpm}:
stdenv.mkDerivation rec {
name = "libviper-1.4.5";
name = "libviper-1.4.6";
src = fetchurl {
url = "mirror://sourceforge/libviper/${name}.tar.gz";
sha256 = "1lryqv9xfsshx8x8c858h8fmsi2fkja0mhw415wa2bj9cqyb8byz";
sha256 = "1jvm7wdgw6ixyhl0pcfr9lnr9g6sg6whyrs9ihjiz0agvqrgvxwc";
};
patchPhase = ''