Unverified Commit 16b5ad99 authored by Thomas Gerbet's avatar Thomas Gerbet Committed by GitHub
Browse files

rekor-cli: 1.5.0 -> 1.5.1 (#498428)

parents c12998cb bf9c48b5
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -15,13 +15,13 @@ let
    }:
    buildGoModule rec {
      inherit pname;
      version = "1.5.0";
      version = "1.5.1";

      src = fetchFromGitHub {
        owner = "sigstore";
        repo = "rekor";
        rev = "v${version}";
        hash = "sha256-yOagWlUs5u9HebKxgtK8hPsm9kGxaR7hJpZdG9cOI54=";
        hash = "sha256-ZaeacpzdBG3QBGPQ0rTW8cJyTe5S8ff6OIVv1/VcbL4=";
        # populate values that require us to use git. By doing this in postFetch we
        # can delete .git afterwards and maintain better reproducibility of the src.
        leaveDotGit = true;
@@ -34,7 +34,7 @@ let
        '';
      };

      vendorHash = "sha256-LHTq5Y0WvlyO48mVD1NxnKX7L7pdRY/xnsZCV5OR71U=";
      vendorHash = "sha256-xrsiFrC8o4l1nPvxNzsXPY9nshKsy5sVei8yHAee46s=";

      nativeBuildInputs = [ installShellFiles ];