Unverified Commit 2a41e4f3 authored by 7c6f434c's avatar 7c6f434c Committed by GitHub
Browse files

Merge pull request #181071 from collares/nauty-2.7r4

nauty: 2.7r3 -> 2.7r4
parents d2c8b5c9 b9854d66
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -4,11 +4,11 @@
}:
stdenv.mkDerivation rec {
  pname = "nauty";
  version = "2.7r3";
  version = "2.7r4";

  src = fetchurl {
    url = "https://pallini.di.uniroma1.it/nauty${builtins.replaceStrings ["."] [""] version}.tar.gz";
    sha256 = "sha256-TwZltxalP3oU6irjAFnyPQZM4/5MEsATQE724e4LiMI=";
    sha256 = "sha256-uBDIWm/imfO0yfJKr5KcrH+VRsLzXCDh3Qrbx0CISKY=";
  };

  outputs = [ "out" "dev" ];