step-ca: 0.29.0 -> 0.30.2
Diff: https://github.com/smallstep/certificates/compare/v0.29.0...v0.30.2 Changelog: https://github.com/smallstep/certificates/releases/tag/v0.30.2
This commit is contained in:
@@ -13,7 +13,7 @@
|
||||
|
||||
buildGoModule rec {
|
||||
pname = "step-ca";
|
||||
version = "0.29.0";
|
||||
version = "0.30.2";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "smallstep";
|
||||
@@ -24,10 +24,10 @@ buildGoModule rec {
|
||||
# Use forceFetchGit to fetch the source as git repo, as fetchGit isn't effected,
|
||||
# see https://github.com/NixOS/nixpkgs/issues/84312#issuecomment-2475948960.
|
||||
forceFetchGit = true;
|
||||
hash = "sha256-TFpgVE394r6FkRWovlmDd3v/tGic2CekmO1Hp7S6KCE=";
|
||||
hash = "sha256-4cvrjAVvMDHlNhY/lbfgl6ZvX5LJGnPx0Km2BjPX8iU=";
|
||||
};
|
||||
|
||||
vendorHash = "sha256-9PlJaB3BCwoE+uFo5jUggANSH7ZWnintZYBgFL21LZ4=";
|
||||
vendorHash = "sha256-FBkQXKNtstQ+F7jvKUj6oCbsri+SjGKy0tG59TtUHPQ=";
|
||||
|
||||
ldflags = [
|
||||
"-w"
|
||||
|
||||
Reference in New Issue
Block a user