Merge pull request #335166 from r-ryantm/auto-update/zitadel-tools

zitadel-tools: 0.4.1 -> 0.5.0
This commit is contained in:
Nick Cao 2024-08-17 14:47:10 -04:00 committed by GitHub
commit 0043bef32d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -6,18 +6,18 @@
buildGoModule rec {
pname = "zitadel-tools";
version = "0.4.1";
version = "0.5.0";
src = fetchFromGitHub {
owner = "zitadel";
repo = "zitadel-tools";
rev = "v${version}";
hash = "sha256-r9GEHpfDlpK98/dnsxjhUgWKn6vHQla8Z+jQUVrHGyo=";
hash = "sha256-wtCBRsP0b7qPOQfYgvmgDT0t2zZHocokO5J8yLZcsgQ=";
};
nativeBuildInputs = [ installShellFiles ];
vendorHash = "sha256-y2PYj0XRSgfiaYpeqAh4VR/+NKUPKd1c0w9pPCWsUrY=";
vendorHash = "sha256-ql5Qw5Va/wLBKsb9bCmPciuVrgORU8nndRkhjoJBIgs=";
ldflags = [
"-s" "-w"