summary refs log tree commit diff
path: root/pkgs/tools/networking/polygraph
diff options
context:
space:
mode:
authorR. RyanTM <ryantm+bot@ryantm.com>2018-08-08 04:32:56 -0700
committerR. RyanTM <ryantm+bot@ryantm.com>2018-08-08 04:32:56 -0700
commit4a1d0b12bffe81cbbafa8a88139a423e04c1c3df (patch)
treeb6ef7b65864c132ab9df5dcb00c4b4dcdb263b1a /pkgs/tools/networking/polygraph
parent20f1388c3fb7c1c56367fd96fd21cfd316f465b7 (diff)
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.
Diffstat (limited to 'pkgs/tools/networking/polygraph')
-rw-r--r--pkgs/tools/networking/polygraph/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/tools/networking/polygraph/default.nix b/pkgs/tools/networking/polygraph/default.nix
index 46680ab47af4e..c05e44fb1c076 100644
--- a/pkgs/tools/networking/polygraph/default.nix
+++ b/pkgs/tools/networking/polygraph/default.nix
@@ -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 ];