Unverified Commit 313f3eab authored by t4ccer's avatar t4ccer
Browse files

ncbi-vdb: 3.1.1 -> 3.2.1

parent 3457f544
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -12,13 +12,13 @@

stdenv.mkDerivation (finalAttrs: {
  pname = "ncbi-vdb";
  version = "3.1.1";
  version = "3.2.1";

  src = fetchFromGitHub {
    owner = "ncbi";
    repo = "ncbi-vdb";
    tag = finalAttrs.version;
    hash = "sha256-HBiheN8XfYYwmY5gw7j8qTczn6WZZNTzY2/fGtpgs/8=";
    hash = "sha256-ccKJF6Ank/hyADnDwN0qoQbb0BniXlz/Fgnc1IXq0P0=";
  };

  nativeBuildInputs = [