Merge pull request #149308 from r-ryantm/auto-update/kubeseal

kubeseal: 0.16.0 -> 0.17.0

authored by Fabian Affolter and committed by GitHub 76ab8fbb ebb7f07e

+2 -2
+2 -2
pkgs/applications/networking/cluster/kubeseal/default.nix
··· 2 3 buildGoModule rec { 4 pname = "kubeseal"; 5 - version = "0.16.0"; 6 7 src = fetchFromGitHub { 8 owner = "bitnami-labs"; 9 repo = "sealed-secrets"; 10 rev = "v${version}"; 11 - sha256 = "sha256-+9yOBrq34VCy1yAkSh1iHbgtckuz2FcHokH/Cb/Heus="; 12 }; 13 14 vendorSha256 = null;
··· 2 3 buildGoModule rec { 4 pname = "kubeseal"; 5 + version = "0.17.0"; 6 7 src = fetchFromGitHub { 8 owner = "bitnami-labs"; 9 repo = "sealed-secrets"; 10 rev = "v${version}"; 11 + sha256 = "sha256-7u7lsMeeZOUGn8eb8sjV9Td+XNEUPDvbSaITdp1JTf4="; 12 }; 13 14 vendorSha256 = null;