kallisto: 0.50.1 -> 0.51.0

This commit is contained in:
R. Ryantm 2024-08-02 11:16:03 +00:00
parent 1318ddf6f3
commit 1213f4e3f2

View File

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "kallisto";
version = "0.50.1";
version = "0.51.0";
src = fetchFromGitHub {
repo = "kallisto";
owner = "pachterlab";
rev = "v${version}";
sha256 = "sha256-JJZJOl4u6FzngrrMuC2AfD5ry2LBOT8tdz2piH+9LFE=";
sha256 = "sha256-+tnuka6uzoNr5pLuE2yV97KmqdThIG0IwiO+SCYiCk8=";
};
nativeBuildInputs = [ autoconf cmake ];