tdl: 0.18.5 -> 0.19.0

This commit is contained in:
R. Ryantm
2025-06-13 18:49:42 +00:00
parent d837a61cad
commit 5fd810e0bc
+3 -3
View File
@@ -5,16 +5,16 @@
}:
buildGoModule rec {
pname = "tdl";
version = "0.18.5";
version = "0.19.0";
src = fetchFromGitHub {
owner = "iyear";
repo = "tdl";
rev = "v${version}";
hash = "sha256-PVd9aYo4ALgzovNOfAUQkAaAbWNLeqF+UEPlL9iGhAs=";
hash = "sha256-EYS4EK0NmNHnvjMkf5AHrYpZeGw+n2ovFDLanbqpF4Y=";
};
vendorHash = "sha256-IJPGkQxUGk7v+8J37vLTbLSGxYOcfgNDywnGzTxbk3w=";
vendorHash = "sha256-GpqgH23eK0h2BYxjN5TNUWEOT72smYdUoD1Iy6L2jL4=";
ldflags = [
"-s"