3
0
Fork 0
forked from mirrors/nixpkgs

polygraph: 4.12.0 -> 4.13.0

Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/polygraph/versions
This commit is contained in:
R. RyanTM 2018-12-24 20:12:31 -08:00
parent dd3eea4b47
commit 0e42733b26

View file

@ -1,11 +1,11 @@
{ stdenv, fetchurl, openssl, zlib, ncurses }:
stdenv.mkDerivation rec {
name = "polygraph-4.12.0";
name = "polygraph-4.13.0";
src = fetchurl {
url = "http://www.web-polygraph.org/downloads/srcs/${name}-src.tgz";
sha256 = "1anrdc30yi9pb67642flmn7w82q37cnc45r9bh15mpbc66yk3kzz";
sha256 = "1rwzci3n7q33hw3spd79adnclzwgwlxcisc9szzjmcjqhbkcpj1a";
};
buildInputs = [ openssl zlib ncurses ];