Merge pull request #240694 from r-ryantm/auto-update/datree

datree: 1.9.6 -> 1.9.8

Nick Cao dfe164c3 8aceb845

Changed files
+2 -2
pkgs
development
tools
datree
+2 -2
pkgs/development/tools/datree/default.nix
···
buildGoModule rec {
pname = "datree";
-
version = "1.9.6";
+
version = "1.9.8";
src = fetchFromGitHub {
owner = "datreeio";
repo = "datree";
rev = "refs/tags/${version}";
-
hash = "sha256-5gRIxjPcyPWmeoqj/s259r8DuujnBBKc/8+0l4RgCWM=";
+
hash = "sha256-nT41Pw5DJJ9iSp1uFXaCySuKCwh1/wuV2iY++dfs9FY=";
};
vendorHash = "sha256-ECVKofvmLuFAFvncq63hYUaYW8/2+F4gZr8wIGQyrdU=";