step-ca: 0.28.2 -> 0.28.3 (#391152)

Co-authored-by: techknowlogick <hello@techknowlogick.com>

authored by

nixpkgs-merge-bot[bot]
techknowlogick
and committed by
GitHub
208599f4 c4019a4b

+3 -3
+3 -3
pkgs/by-name/st/step-ca/package.nix
··· 13 13 14 14 buildGoModule rec { 15 15 pname = "step-ca"; 16 - version = "0.28.2"; 16 + version = "0.28.3"; 17 17 18 18 src = fetchFromGitHub { 19 19 owner = "smallstep"; 20 20 repo = "certificates"; 21 21 tag = "v${version}"; 22 - hash = "sha256-iyv/cMRoJ5fYBVdQZ52zDTLdeESzNMJWXbgsDbU+p5Q="; 22 + hash = "sha256-5W39Nc6WuxhrXbEfPWMaWWAUX6UnjYqlEAPlDCeYgrY="; 23 23 }; 24 24 25 - vendorHash = "sha256-N3MZXs/eJ+vvgsoq6s3vz22j3/CUyUhcwTc/nNU5Axo="; 25 + vendorHash = "sha256-AuMYdZa1QpmMQZxlv+lmoWtszQkVdwXOTXxY8CWaUbI="; 26 26 27 27 ldflags = [ 28 28 "-w"