about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorFabian Affolter <fabian@affolter-engineering.ch>2023-01-08 00:21:24 +0100
committerGitHub <noreply@github.com>2023-01-08 00:21:24 +0100
commit9bc6eb8bb00e5799cdf4639cc31f333db5335da8 (patch)
tree3db6b31940409a793ef094bd6a3b7f0ec5bf0afb /pkgs
parentc3d045bd2eff4a4e4a993ee40cf35078b3e1e36b (diff)
parent4bfbe8301aafe194442fadb8246f4078b367cc17 (diff)
Merge pull request #209531 from r-ryantm/auto-update/datree
datree: 1.8.8 -> 1.8.12
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/development/tools/datree/default.nix9
1 files changed, 5 insertions, 4 deletions
diff --git a/pkgs/development/tools/datree/default.nix b/pkgs/development/tools/datree/default.nix
index 780e489cd849d..14925b929683f 100644
--- a/pkgs/development/tools/datree/default.nix
+++ b/pkgs/development/tools/datree/default.nix
@@ -8,16 +8,16 @@
 
 buildGoModule rec {
   pname = "datree";
-  version = "1.8.8";
+  version = "1.8.12";
 
   src = fetchFromGitHub {
     owner = "datreeio";
     repo = "datree";
-    rev = version;
-    hash = "sha256-R0wYkckmNIcTElll39vrnK5nMLqbx3C/+cQtogNwmP8=";
+    rev = "refs/tags/${version}";
+    hash = "sha256-xuaiho5hKSFcwCj2P5QGyvGmPUbcErIbVkkX5kGii8E=";
   };
 
-  vendorHash = "sha256-m3O5AoAHSM6rSnmL5N7V37XU38FADb0Edt/EZvvb2u4=";
+  vendorHash = "sha256-mkVguYzjNGgFUdATjGfenCx3h97LS3SEOkYo3CuP9fA=";
 
   nativeBuildInputs = [ installShellFiles ];
 
@@ -51,6 +51,7 @@ buildGoModule rec {
       objects.
     '';
     homepage = "https://datree.io/";
+    changelog = "https://github.com/datreeio/datree/releases/tag/${version}";
     license = licenses.asl20;
     maintainers = with maintainers; [ azahi jceb ];
   };