Merge pull request #264994 from r-ryantm/auto-update/kallisto

kallisto: 0.50.0 -> 0.50.1
This commit is contained in:
Weijia Wang 2023-12-04 01:43:00 +01:00 committed by GitHub
commit e4a901b362
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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 ];