Merge pull request #336303 from r-ryantm/auto-update/gotree

gotree: 1.2.0 -> 1.4.1
This commit is contained in:
Fabián Heredia Montiel 2024-08-24 11:06:01 -06:00 committed by GitHub
commit 1c506133f0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -6,13 +6,13 @@
buildGoModule rec {
pname = "gotree";
version = "1.2.0";
version = "1.4.1";
src = fetchFromGitHub {
owner = "elbachir-one";
repo = "gt";
rev = "v${version}";
hash = "sha256-gyhnSx253EUx8WUIJES8rCAOI/rY7H7dwRdahkR6TBg=";
hash = "sha256-sWKqfDWwMfj4shg/MxHu7Zr4WE5pxAzHHmsjU3jQY10=";
};
vendorHash = null;