Skip to content

Commit a27dc90

Browse files
authored
trdl-client: 0.8.7 -> 0.9.0 (#396093)
2 parents fc97c49 + 4302315 commit a27dc90

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pkgs/by-name/tr/trdl-client/package.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,18 +8,18 @@
88

99
buildGoModule rec {
1010
pname = "trdl-client";
11-
version = "0.8.7";
11+
version = "0.9.0";
1212

1313
src = fetchFromGitHub {
1414
owner = "werf";
1515
repo = "trdl";
1616
rev = "v${version}";
17-
hash = "sha256-4RN2vrTP4horjDvuuFJbQhToL/4boIuaG+efoTbmebI=";
17+
hash = "sha256-f7gyGGClMk/5+FCivuLasiIG/Ty17yeJ8qQ/GVEbC14=";
1818
};
1919

2020
sourceRoot = "${src.name}/client";
2121

22-
vendorHash = "sha256-f7FPeR+us3WvwqzcSQLbkKv905CCIAAm+HNV2FFF8OY=";
22+
vendorHash = "sha256-veSgWyk1ytHRNHuuZJBV+1rqGDsdEb01CImm+EexFCk=";
2323

2424
subPackages = [ "cmd/trdl" ];
2525

0 commit comments

Comments
 (0)