tdl: 0.18.3 -> 0.18.4

This commit is contained in:
R. Ryantm
2025-01-23 12:35:59 +00:00
parent 0aa475546e
commit 66e37bc231
+3 -3
View File
@@ -5,16 +5,16 @@
}:
buildGoModule rec {
pname = "tdl";
version = "0.18.3";
version = "0.18.4";
src = fetchFromGitHub {
owner = "iyear";
repo = "tdl";
rev = "v${version}";
hash = "sha256-/aZ85FLGlNVfHG/LyfbvxBdZlne/s3ktw7RNmKeNSeI=";
hash = "sha256-30OClBZUjoLvZ0ZhSZx+AaS7fhjo8X392t4FQpxoG9Q=";
};
vendorHash = "sha256-o1GVra4kbjkLtFkoqK+8We/Ov+JHsEI+4jJYX5tPimM=";
vendorHash = "sha256-QBqUa/PnT/Xma3SHq6YRGtVNKstTax1GVRsCDU12ETA=";
ldflags = [
"-s"