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

gotree: 0.3.1 -> 1.2.0
This commit is contained in:
Sebastián Mancilla
2024-08-13 22:06:53 -04:00
committed by GitHub
+2 -2
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;