trdl-client: 0.11.0 -> 0.11.1 (#443425)

This commit is contained in:
Azat Bahawi
2025-09-17 14:38:46 +03:00
committed by GitHub
+2 -2
View File
@@ -6,13 +6,13 @@
}:
buildGoModule (finalAttrs: {
pname = "trdl-client";
version = "0.11.0";
version = "0.11.1";
src = fetchFromGitHub {
owner = "werf";
repo = "trdl";
tag = "v${finalAttrs.version}";
hash = "sha256-QqAVcATpxfjKEaluurVN9EylEGKNKWlBkE8KepIpjfo=";
hash = "sha256-/rhRsKlkRYQwN5IrFcOXiU12nEQMN75o2DPku5YPFe0=";
};
sourceRoot = "${finalAttrs.src.name}/client";