conduktor-ctl: 0.6.2 -> 0.6.3

This commit is contained in:
R. Ryantm
2025-09-16 14:46:06 +00:00
parent b780ce5f51
commit 8e7da0d7fa
+3 -3
View File
@@ -8,16 +8,16 @@
}:
buildGoModule rec {
pname = "conduktor-ctl";
version = "0.6.2";
version = "0.6.3";
src = fetchFromGitHub {
owner = "conduktor";
repo = "ctl";
rev = "refs/tags/v${version}";
hash = "sha256-o2Pf8ytPQlnZ68K690a6TDoi4mQthYwCXgfPqNiqako=";
hash = "sha256-zaguB4LLkzXlMQCEVOWkUUsEovU53F0B51w3BnVjre8=";
};
vendorHash = "sha256-kPCBzLU6aH6MNlKZcKKFcli99ZmdOtPV5+5gxPs5GH4=";
vendorHash = "sha256-h9NSOkqpkZ3sKcfsPjF+T2JgX0N8CIAP6y1NVIb/r0E=";
nativeBuildInputs = [ installShellFiles ];