datree: 1.9.4 -> 1.9.6

This commit is contained in:
R. Ryantm 2023-06-23 13:40:20 +00:00
parent cbf0490176
commit b11378ceed

View File

@ -8,13 +8,13 @@
buildGoModule rec {
pname = "datree";
version = "1.9.4";
version = "1.9.6";
src = fetchFromGitHub {
owner = "datreeio";
repo = "datree";
rev = "refs/tags/${version}";
hash = "sha256-0ahYy2PR72YYnkJqC1m1dqRD4hrXi/ummZfMTMWDB70=";
hash = "sha256-5gRIxjPcyPWmeoqj/s259r8DuujnBBKc/8+0l4RgCWM=";
};
vendorHash = "sha256-ECVKofvmLuFAFvncq63hYUaYW8/2+F4gZr8wIGQyrdU=";