Merge pull request #256081 from r-ryantm/auto-update/trdl-client

trdl-client: 0.6.5 -> 0.7.0
This commit is contained in:
Nick Cao 2023-09-19 09:54:06 -04:00 committed by GitHub
commit bfb36e3a04
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -7,13 +7,13 @@
buildGoModule rec {
pname = "trdl-client";
version = "0.6.5";
version = "0.7.0";
src = fetchFromGitHub {
owner = "werf";
repo = "trdl";
rev = "v${version}";
hash = "sha256-jJwRIfxmjlhfS/0+IN2IdQPlO9FkTb64PWUiLwkarfM=";
hash = "sha256-umeoiEq+Cp/cKpiNxCnMDghubm3LPFPJA18ChuYmIVo=";
};
sourceRoot = "${src.name}/client";