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

afflib: 3.7.20 -> 3.7.21 (#394818)

parents 96998d6c 087872a1
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -13,14 +13,14 @@
}:

stdenv.mkDerivation rec {
  version = "3.7.20";
  version = "3.7.21";
  pname = "afflib";

  src = fetchFromGitHub {
    owner = "sshock";
    repo = "AFFLIBv3";
    rev = "v${version}";
    sha256 = "sha256-xkqBfTftzn+rgeuoaKfHP7vQmy4VZuaCq8VFlfZTUE4=";
    sha256 = "sha256-CBDkeUzHnRBkLUYl0JuQcVnQWap0l7dAca1deZVoNDM=";
  };

  nativeBuildInputs = [ autoreconfHook ];