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

kallisto: 0.48.0 -> 0.50.0
This commit is contained in:
Weijia Wang 2023-07-09 22:56:52 +03:00 committed by GitHub
commit 9c73d9e61e
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.48.0";
version = "0.50.0";
src = fetchFromGitHub {
repo = "kallisto";
owner = "pachterlab";
rev = "v${version}";
sha256 = "sha256-r0cdR0jTRa1wu/LDKW6NdxI3XaKj6wcIVbIlct0fFvI=";
sha256 = "sha256-GJ8xMbHrnTzvPoMSczpugbIjh79cT3ngX3tLtwzlfEQ=";
};
nativeBuildInputs = [ autoconf cmake ];