tunwg: 23.07.15+3213668 -> 24.01.15+9f04d73

This commit is contained in:
R. Ryantm 2024-01-16 22:03:16 +00:00
parent 9779ca85b3
commit fdab1e86d7

View File

@ -5,16 +5,16 @@
buildGoModule rec {
pname = "tunwg";
version = "23.07.15+3213668";
version = "24.01.15+9f04d73";
src = fetchFromGitHub {
owner = "ntnj";
repo = "tunwg";
rev = "v${version}";
hash = "sha256-FghsfL3GW8jWBICJWXsqiFZPbDhIKl2nY8RsMH6ILTw=";
hash = "sha256-M7iMl80uxw0hKg4sK8Tv6U5+nMOK8eTfb9SGn+U2+8E=";
};
vendorHash = "sha256-pzUWhKcht9vodBiZGe9RU+tm0c1/slBGeIrKfZlIDdk=";
vendorHash = "sha256-VlH41hOWC5QBCYZxiKCUZRmw2vHRbbPyzToRMU6kDO8=";
ldflags = [ "-s" "-w" ];