about summary refs log tree commit diff
path: root/pkgs/development/libraries/libviper
diff options
context:
space:
mode:
authorNixpkgs Monitor <none@none>2013-12-13 22:46:34 +0200
committerEvgeny Egorochkin <phreedom@yandex.ru>2013-12-13 22:46:34 +0200
commitd466259fd88aa448d32af47145ba19ac383b6b11 (patch)
tree7e53af1c8afd3b0673c9443c23c916f1fac4b309 /pkgs/development/libraries/libviper
parent05e8d1187f49a182028b8441a5b3c2da13967bec (diff)
libviper: update from 1.4.5 to 1.4.6
Diffstat (limited to 'pkgs/development/libraries/libviper')
-rw-r--r--pkgs/development/libraries/libviper/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/libraries/libviper/default.nix b/pkgs/development/libraries/libviper/default.nix
index b292580e70524..f82581b109774 100644
--- a/pkgs/development/libraries/libviper/default.nix
+++ b/pkgs/development/libraries/libviper/default.nix
@@ -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 = ''