3
0
Fork 0
forked from mirrors/nixpkgs

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

datree: 1.8.20 -> 1.8.21
This commit is contained in:
Nick Cao 2023-02-02 20:06:01 +08:00 committed by GitHub
commit 1230512cc9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -8,13 +8,13 @@
buildGoModule rec {
pname = "datree";
version = "1.8.20";
version = "1.8.21";
src = fetchFromGitHub {
owner = "datreeio";
repo = "datree";
rev = "refs/tags/${version}";
hash = "sha256-w49nnWdmQuhXUpf35AK+fNRfJbRYLF6aflOUi3vjBOM=";
hash = "sha256-OURnQo38ofiDRu01GeEFTNiTYUeiDLMr1j28HzHVxds=";
};
vendorHash = "sha256-mkVguYzjNGgFUdATjGfenCx3h97LS3SEOkYo3CuP9fA=";