conduktor-ctl: 0.6.0 -> 0.6.1

This commit is contained in:
R. Ryantm 2025-07-03 20:49:06 +00:00
parent bed266e629
commit 0db5ce5d19

View File

@ -8,13 +8,13 @@
}: }:
buildGoModule rec { buildGoModule rec {
pname = "conduktor-ctl"; pname = "conduktor-ctl";
version = "0.6.0"; version = "0.6.1";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "conduktor"; owner = "conduktor";
repo = "ctl"; repo = "ctl";
rev = "refs/tags/v${version}"; rev = "refs/tags/v${version}";
hash = "sha256-z0D7+/mrtQhD5zrVCVqXLHJwArhXfE6R/XSjfWmr6Pg="; hash = "sha256-czKQQT/9w2r8BDIP8aqeAG7B0Yk+HmpjgolovHxSlTM=";
}; };
vendorHash = "sha256-kPCBzLU6aH6MNlKZcKKFcli99ZmdOtPV5+5gxPs5GH4="; vendorHash = "sha256-kPCBzLU6aH6MNlKZcKKFcli99ZmdOtPV5+5gxPs5GH4=";