kallisto: 0.51.0 -> 0.51.1 (#342539)

This commit is contained in:
Nick Cao 2024-09-17 15:29:27 -04:00 committed by GitHub
commit 6a63c234a4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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