···11{ lib, stdenv, fetchurl }:
2233stdenv.mkDerivation rec {
44- version = "3.3.2";
44+ version = "3.4";
55 pname = "hmmer";
6677 src = fetchurl {
88 url = "http://eddylab.org/software/hmmer/${pname}-${version}.tar.gz";
99- sha256 = "0s9wf6n0qanbx8qs6igfl3vyjikwbrvh4d9d6mv54yp3xysykzlj";
99+ sha256 = "sha256-ynDZT9DPJxvXBjQjqrsRbULeUzEXNDqbJ6ZcF/8G+/M=";
1010 };
11111212 meta = with lib; {
···1818 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.
1919 '';
2020 homepage = "http://hmmer.org/";
2121+ changelog = "https://github.com/EddyRivasLab/hmmer/blob/hmmer-${version}/release-notes/RELEASE-${version}.md";
2122 license = licenses.gpl3;
2223 maintainers = [ maintainers.iimog ];
2324 # at least SSE is *required*