Unverified Commit 216a2dff authored by isabel's avatar isabel Committed by GitHub
Browse files

step-cli: 0.29.0 -> 0.30.2 (#504255)

parents 4fb784ca 1b5ea74f
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -8,7 +8,7 @@
  unixtools,
}:
let
  version = "0.29.0";
  version = "0.30.2";
in
buildGoModule {
  pname = "step-cli";
@@ -18,7 +18,7 @@ buildGoModule {
    owner = "smallstep";
    repo = "cli";
    tag = "v${version}";
    hash = "sha256-JUJeW9/m3fTaDfUublFDSQ3R5gT6Xvn97c5VokBvZ30=";
    hash = "sha256-xhkgPBPMxphlwTQiGPmvC8sQWCoepga3v6LVzHgh5zE=";
    # this file change depending on git branch status (via .gitattributes)
    # https://github.com/NixOS/nixpkgs/issues/84312
    postFetch = ''
@@ -39,7 +39,7 @@ buildGoModule {
    patchShebangs integration/openssl-jwt.sh
  '';

  vendorHash = "sha256-0ZnuqyB2/fgfADCvYHj2o4PFwf0Btn6+GouXCPqzKmk=";
  vendorHash = "sha256-SnU2jkHZNhn8zS9S/2/MiZRtBV0sVy28n+BJY6RpCag=";

  nativeBuildInputs = [ installShellFiles ];
  nativeCheckInputs = [