summary refs log tree commit diff
path: root/pkgs/applications/science/math/nauty/default.nix
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2018-10-03 05:54:07 -0700
committerR. RyanTM <ryantm-bot@ryantm.com>2018-10-03 05:54:07 -0700
commit98092f7a678e57d435814699150fe968440cae21 (patch)
tree55b5c1dade56e76c4de14f3aa7779e8b7f1d9527 /pkgs/applications/science/math/nauty/default.nix
parent4d1abc44199c8957105f538119c2d19d67aee26f (diff)
downloadnixpkgs-98092f7a678e57d435814699150fe968440cae21.tar
nixpkgs-98092f7a678e57d435814699150fe968440cae21.tar.gz
nixpkgs-98092f7a678e57d435814699150fe968440cae21.tar.bz2
nixpkgs-98092f7a678e57d435814699150fe968440cae21.tar.lz
nixpkgs-98092f7a678e57d435814699150fe968440cae21.tar.xz
nixpkgs-98092f7a678e57d435814699150fe968440cae21.tar.zst
nixpkgs-98092f7a678e57d435814699150fe968440cae21.zip
nauty: 26r10 -> 26r11
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/nauty/versions
Diffstat (limited to 'pkgs/applications/science/math/nauty/default.nix')
-rw-r--r--pkgs/applications/science/math/nauty/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/science/math/nauty/default.nix b/pkgs/applications/science/math/nauty/default.nix
index d7b4707420b..9639376fbda 100644
--- a/pkgs/applications/science/math/nauty/default.nix
+++ b/pkgs/applications/science/math/nauty/default.nix
@@ -1,10 +1,10 @@
 {stdenv, fetchurl}:
 stdenv.mkDerivation rec {
   name = "nauty-${version}";
-  version = "26r10";
+  version = "26r11";
   src = fetchurl {
     url = "http://pallini.di.uniroma1.it/nauty${version}.tar.gz";
-    sha256 = "16pdklh066z6mx424wkisr88fz9divn2caj7ggs03wy3y848spq6";
+    sha256 = "05z6mk7c31j70md83396cdjmvzzip1hqb88pfszzc6k4gy8h3m2y";
   };
   buildInputs = [];
   installPhase = ''