datree: 1.9.8 -> 1.9.9

This commit is contained in:
R. Ryantm 2023-07-06 03:22:02 +00:00
parent ee6562d051
commit 36a3e8aa21

View File

@ -8,13 +8,13 @@
buildGoModule rec {
pname = "datree";
version = "1.9.8";
version = "1.9.9";
src = fetchFromGitHub {
owner = "datreeio";
repo = "datree";
rev = "refs/tags/${version}";
hash = "sha256-nT41Pw5DJJ9iSp1uFXaCySuKCwh1/wuV2iY++dfs9FY=";
hash = "sha256-GNZvrn0aTunzpd5XUXjgEzpXAW2h6TNdqlI/Sso+lxs=";
};
vendorHash = "sha256-ECVKofvmLuFAFvncq63hYUaYW8/2+F4gZr8wIGQyrdU=";