kallisto: 0.50.0 -> 0.50.1

This commit is contained in:
R. Ryantm 2023-11-02 11:02:00 +00:00
parent 9fe9de9762
commit 901dcdf4df

View File

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