Unverified Commit 6a63c234 authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

kallisto: 0.51.0 -> 0.51.1 (#342539)

parents cf67a1a8 ee5a15d9
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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 ];