···1{ lib, stdenv, fetchurl }:
23stdenv.mkDerivation rec {
4- version = "3.3.2";
5 pname = "hmmer";
67 src = fetchurl {
8 url = "http://eddylab.org/software/hmmer/${pname}-${version}.tar.gz";
9- sha256 = "0s9wf6n0qanbx8qs6igfl3vyjikwbrvh4d9d6mv54yp3xysykzlj";
10 };
1112 meta = with lib; {
···18 HMMER can be downloaded and installed as a command line tool on your own hardware, and now it is also more widely accessible to the scientific community via new search servers at the European Bioinformatics Institute.
19 '';
20 homepage = "http://hmmer.org/";
021 license = licenses.gpl3;
22 maintainers = [ maintainers.iimog ];
23 # at least SSE is *required*
···1{ lib, stdenv, fetchurl }:
23stdenv.mkDerivation rec {
4+ version = "3.4";
5 pname = "hmmer";
67 src = fetchurl {
8 url = "http://eddylab.org/software/hmmer/${pname}-${version}.tar.gz";
9+ sha256 = "sha256-ynDZT9DPJxvXBjQjqrsRbULeUzEXNDqbJ6ZcF/8G+/M=";
10 };
1112 meta = with lib; {
···18 HMMER can be downloaded and installed as a command line tool on your own hardware, and now it is also more widely accessible to the scientific community via new search servers at the European Bioinformatics Institute.
19 '';
20 homepage = "http://hmmer.org/";
21+ changelog = "https://github.com/EddyRivasLab/hmmer/blob/hmmer-${version}/release-notes/RELEASE-${version}.md";
22 license = licenses.gpl3;
23 maintainers = [ maintainers.iimog ];
24 # at least SSE is *required*