gotree: 0.3.1 -> 1.2.0

This commit is contained in:
R. Ryantm 2024-08-06 00:58:38 +00:00
parent 0306728f34
commit 5415c37e94

View File

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