datree: 1.8.8 -> 1.8.12

This commit is contained in:
R. Ryantm 2023-01-07 18:28:15 +00:00
parent ac7445e754
commit 2d59a94983

View File

@ -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=";
hash = "sha256-xuaiho5hKSFcwCj2P5QGyvGmPUbcErIbVkkX5kGii8E=";
};
vendorHash = "sha256-m3O5AoAHSM6rSnmL5N7V37XU38FADb0Edt/EZvvb2u4=";
vendorHash = "sha256-mkVguYzjNGgFUdATjGfenCx3h97LS3SEOkYo3CuP9fA=";
nativeBuildInputs = [ installShellFiles ];