Unverified Commit 726f68dd authored by Azat Bahawi's avatar Azat Bahawi Committed by GitHub
Browse files

trdl-client: 0.10.0 -> 0.11.0 (#406688)

parents fb6edef6 b32f22f8
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -6,13 +6,13 @@
}:
buildGoModule (finalAttrs: {
  pname = "trdl-client";
  version = "0.10.0";
  version = "0.11.0";

  src = fetchFromGitHub {
    owner = "werf";
    repo = "trdl";
    tag = "v${finalAttrs.version}";
    hash = "sha256-0Q0qs7lzLnJChhT3LGVCHIz1ruci/PGGLJdR9FO1RyE=";
    hash = "sha256-QqAVcATpxfjKEaluurVN9EylEGKNKWlBkE8KepIpjfo=";
  };

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