Unverified Commit d60e5210 authored by OTABI Tomoya's avatar OTABI Tomoya Committed by GitHub
Browse files

andi: 0.14 -> 1.15 (#490758)

parents d40cd349 91ebb982
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -12,13 +12,13 @@

stdenv.mkDerivation (finalAttrs: {
  pname = "andi";
  version = "0.14";
  version = "1.15";

  src = fetchFromGitHub {
    owner = "evolbioinf";
    repo = "andi";
    tag = "v${finalAttrs.version}";
    hash = "sha256-tjQ9exFyqu/xnbUGpF6k0kE5C1D93kISjRErwHfjW9E=";
    hash = "sha256-199CjhOdC0BnNyhhTSn/DWmqn/0vSziV+aW2shE1Vuo=";
  };

  nativeBuildInputs = [