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

datree: 1.9.0 -> 1.9.2
This commit is contained in:
Nick Cao
2023-05-19 05:33:14 -06:00
committed by GitHub
+3 -3
View File
@@ -8,16 +8,16 @@
buildGoModule rec {
pname = "datree";
version = "1.9.0";
version = "1.9.2";
src = fetchFromGitHub {
owner = "datreeio";
repo = "datree";
rev = "refs/tags/${version}";
hash = "sha256-FN+on/P5NyXCIwz+VydlpLC0LS7TI4IkX+mjyYrCzTI=";
hash = "sha256-yE2HrFhmiYriIgmYumcIQ6/ptr6m44Lm7wrfaeu8CeU=";
};
vendorHash = "sha256-MrVIpr2iwddW3yUeBuDfeg+Xo9Iarr/fp4Rc4WGYGeU=";
vendorHash = "sha256-ECVKofvmLuFAFvncq63hYUaYW8/2+F4gZr8wIGQyrdU=";
nativeBuildInputs = [ installShellFiles ];