Merge pull request #293104 from Ligthiago/update-tdl

tdl: 0.16.0 -> 0.16.1
This commit is contained in:
Mario Rodas 2024-03-04 08:40:28 -05:00 committed by GitHub
commit d18d3b9479
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -4,16 +4,16 @@
}:
buildGoModule rec {
pname = "tdl";
version = "0.16.0";
version = "0.16.1";
src = fetchFromGitHub {
owner = "iyear";
repo = "tdl";
rev = "v${version}";
hash = "sha256-Myf10+Y7lyJFhiRpJFkXe5Rng0ChzOm0EGvPEuFMYp4=";
hash = "sha256-xSnACm7LrsyhtQevDtP36bKeExSFd4Xsn7xLSLi7i+I=";
};
vendorHash = "sha256-n3AISS4/yujTNqgGjeEK2eWw0YI1XUafZP36yD+axN4=";
vendorHash = "sha256-VYxTSon2U9qj9sbMSlXrDFeOTOZXQVX2PyS+EDBG+YM=";
ldflags = [
"-s"