Unverified Commit 7e2fe266 authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

hcxtools: 7.0.1 -> 7.1.0 (#485859)

parents 92f88cf3 bea5d0c9
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -10,13 +10,13 @@

stdenv.mkDerivation (finalAttrs: {
  pname = "hcxtools";
  version = "7.0.1";
  version = "7.1.0";

  src = fetchFromGitHub {
    owner = "ZerBea";
    repo = "hcxtools";
    rev = finalAttrs.version;
    sha256 = "sha256-WV5+1PQF999qSIMrIYApmIx6C+ovbKOtJDFglzxzSB4=";
    sha256 = "sha256-wfLeHL9xqHAkWPodrz7+dDcLcylwVrS6Kes5meV4UDM=";
  };

  nativeBuildInputs = [ pkg-config ];