about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorNick Cao <nickcao@nichi.co>2023-02-21 08:42:04 +0800
committerGitHub <noreply@github.com>2023-02-21 08:42:04 +0800
commitc06f2b0b203ab31f97c599103808630fc1ccf4ce (patch)
tree4417b1660fcb62c16b707558f894e7b21e2b0cb5 /pkgs
parent78a606a7f2095b1ce275e3475fce4d2cddfe439f (diff)
parent7a76e0a1a83da876114841189f22fd29a72dec41 (diff)
Merge pull request #217349 from r-ryantm/auto-update/datree
datree: 1.8.21 -> 1.8.24
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/development/tools/datree/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/tools/datree/default.nix b/pkgs/development/tools/datree/default.nix
index 13fc840b0c41d..04355c82e9ced 100644
--- a/pkgs/development/tools/datree/default.nix
+++ b/pkgs/development/tools/datree/default.nix
@@ -8,13 +8,13 @@
 
 buildGoModule rec {
   pname = "datree";
-  version = "1.8.21";
+  version = "1.8.24";
 
   src = fetchFromGitHub {
     owner = "datreeio";
     repo = "datree";
     rev = "refs/tags/${version}";
-    hash = "sha256-OURnQo38ofiDRu01GeEFTNiTYUeiDLMr1j28HzHVxds=";
+    hash = "sha256-C6APYGe0zLj/SYaSOoYKr/4yyAs0EKJmDfcJlqltKdg=";
   };
 
   vendorHash = "sha256-mkVguYzjNGgFUdATjGfenCx3h97LS3SEOkYo3CuP9fA=";