mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 23:03:40 +01:00
libviper: update from 1.4.5 to 1.4.6
This commit is contained in:
parent
05e8d1187f
commit
d466259fd8
1 changed files with 2 additions and 2 deletions
|
@ -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 = ''
|
||||
|
|
Loading…
Reference in a new issue