Skip to content

Commit

Permalink
kallisto: 0.51.0 -> 0.51.1
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm committed Sep 17, 2024
1 parent dab5a37 commit ee5a15d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/applications/science/biology/kallisto/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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 ];
Expand Down

0 comments on commit ee5a15d

Please sign in to comment.