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

datree: 1.9.6 -> 1.9.8
This commit is contained in:
Nick Cao 2023-06-30 19:01:46 +08:00 committed by GitHub
commit dfe164c393
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -8,13 +8,13 @@
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=";