datree: 1.9.10 -> 1.9.17

This commit is contained in:
R. Ryantm 2023-07-18 03:25:59 +00:00
parent d0299f7fa1
commit 1334681c75

View File

@ -8,13 +8,13 @@
buildGoModule rec {
pname = "datree";
version = "1.9.10";
version = "1.9.17";
src = fetchFromGitHub {
owner = "datreeio";
repo = "datree";
rev = "refs/tags/${version}";
hash = "sha256-A5l5ZCKkDqVHy7DWd2Tb75g21t+WnLMiJuUxAYVTTUM=";
hash = "sha256-vGlvujN9/1e9X/c2WgVSuc+yuqECUF55NLPmBecwvT0=";
};
vendorHash = "sha256-ECVKofvmLuFAFvncq63hYUaYW8/2+F4gZr8wIGQyrdU=";