···4}:
5stdenv.mkDerivation rec {
6 pname = "nauty";
7- version = "2.7r4";
89 src = fetchurl {
10- url = "https://pallini.di.uniroma1.it/nauty${builtins.replaceStrings ["."] [""] version}.tar.gz";
11- sha256 = "sha256-uBDIWm/imfO0yfJKr5KcrH+VRsLzXCDh3Qrbx0CISKY=";
12 };
1314 outputs = [ "out" "dev" ];
···44 # I'm not sure if the filename will remain the same for future changelog or
45 # if it will track changes to minor releases. Lets see. Better than nothing
46 # in any case.
47- changelog = "https://pallini.di.uniroma1.it/changes24-27.txt";
48 homepage = "https://pallini.di.uniroma1.it/";
49 };
50}
···4}:
5stdenv.mkDerivation rec {
6 pname = "nauty";
7+ version = "2.8.8";
89 src = fetchurl {
10+ url = "https://pallini.di.uniroma1.it/nauty${builtins.replaceStrings ["."] ["_"] version}.tar.gz";
11+ sha256 = "sha256-FZ0hVoEKa7JAQQzWHrZBrdhQiNnxXIiM2qN7hoH5Kc4=";
12 };
1314 outputs = [ "out" "dev" ];
···44 # I'm not sure if the filename will remain the same for future changelog or
45 # if it will track changes to minor releases. Lets see. Better than nothing
46 # in any case.
47+ changelog = "https://pallini.di.uniroma1.it/changes24-28.txt";
48 homepage = "https://pallini.di.uniroma1.it/";
49 };
50}