summary refs log tree commit diff
path: root/pkgs/applications/science/math/nauty/default.nix
diff options
context:
space:
mode:
authorMauricio Collares <mauricio@collares.org>2020-12-02 16:14:55 -0300
committerMauricio Collares <mauricio@collares.org>2020-12-15 16:46:43 -0300
commit4058e457361be3008b0bc19d429eb08b36059f0b (patch)
tree38b4c46e71616a453207c7c23782ffef60b192e4 /pkgs/applications/science/math/nauty/default.nix
parentfecce097737f5150d20f0048c058d9b8c994d388 (diff)
downloadnixpkgs-4058e457361be3008b0bc19d429eb08b36059f0b.tar
nixpkgs-4058e457361be3008b0bc19d429eb08b36059f0b.tar.gz
nixpkgs-4058e457361be3008b0bc19d429eb08b36059f0b.tar.bz2
nixpkgs-4058e457361be3008b0bc19d429eb08b36059f0b.tar.lz
nixpkgs-4058e457361be3008b0bc19d429eb08b36059f0b.tar.xz
nixpkgs-4058e457361be3008b0bc19d429eb08b36059f0b.tar.zst
nixpkgs-4058e457361be3008b0bc19d429eb08b36059f0b.zip
nauty: update tarball sha256
The old `nauty` tarball is currently accessible at
https://distfiles.macports.org/nauty/nauty27r1.tar.gz. The diff is a
single line in genbg.c:

-    SUMMARY(&nout,t2-t1);
+    SUMMARY(nout,t2-t1);
Diffstat (limited to 'pkgs/applications/science/math/nauty/default.nix')
-rw-r--r--pkgs/applications/science/math/nauty/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/science/math/nauty/default.nix b/pkgs/applications/science/math/nauty/default.nix
index 76e7c796a13..94b7ad266c4 100644
--- a/pkgs/applications/science/math/nauty/default.nix
+++ b/pkgs/applications/science/math/nauty/default.nix
@@ -7,7 +7,7 @@ stdenv.mkDerivation rec {
   version = "27r1";
   src = fetchurl {
     url = "http://pallini.di.uniroma1.it/nauty${version}.tar.gz";
-    sha256 = "1nym0p2djws8ylkpr0kgpxfa6fxdlh46cmvz0gn5vd02jzgs0aww";
+    sha256 = "0xsfqfcknbd6g6wzpa5l7crmmk3bf3zjh37rhylq6b20dqcmvjkn";
   };
   outputs = [ "out" "dev" ];
   configureFlags = [