2022-12-19T18:18:26 kubeseal 0.19.2 -> 0.19.3 https://github.com/bitnami-labs/sealed-secrets/releases 2022-12-19T18:18:29 attrpath: kubeseal 2022-12-19T18:18:29 Checking auto update branch... 2022-12-19T18:18:29 No auto update branch exists 2022-12-19T18:18:29 Old version 0.19.2" not present in master derivation file with contents: { lib, buildGoModule, fetchFromGitHub }: buildGoModule rec { pname = "kubeseal"; version = "0.19.3"; src = fetchFromGitHub { owner = "bitnami-labs"; repo = "sealed-secrets"; rev = "v${version}"; sha256 = "sha256-KssClU/jWdBH29TFhCeui6mN6t6IJlIKM3LzaWdPG7Q="; }; vendorSha256 = "sha256-58+MJMn687wh9c25qtwGQdy4uGcZN3T2bWK/cvxlLvQ="; subPackages = [ "cmd/kubeseal" ]; ldflags = [ "-s" "-w" "-X main.VERSION=${version}" ]; meta = with lib; { description = "A Kubernetes controller and tool for one-way encrypted Secrets"; homepage = "https://github.com/bitnami-labs/sealed-secrets"; license = licenses.asl20; maintainers = with maintainers; [ groodt ]; }; }