polygraph: 4.11.0 -> 4.12.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:
parent
20f1388c3f
commit
4a1d0b12bf
@ -1,11 +1,11 @@
|
||||
{ stdenv, fetchurl, openssl, zlib, ncurses }:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
name = "polygraph-4.11.0";
|
||||
name = "polygraph-4.12.0";
|
||||
|
||||
src = fetchurl {
|
||||
url = "http://www.web-polygraph.org/downloads/srcs/${name}-src.tgz";
|
||||
sha256 = "1ii60yl3p89qawvl19sd1bkpkw39fz8kpvmc3cawa32nxzbm9pbs";
|
||||
sha256 = "1anrdc30yi9pb67642flmn7w82q37cnc45r9bh15mpbc66yk3kzz";
|
||||
};
|
||||
|
||||
buildInputs = [ openssl zlib ncurses ];
|
||||
|
Loading…
Reference in New Issue
Block a user