andi: 0.14 -> 1.15 (#490758)

This commit is contained in:
OTABI Tomoya 2026-02-16 08:30:51 +00:00 committed by GitHub
commit d60e52103d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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 = [