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

rekor-server: 1.4.3 -> 1.5.0 (#482594)

parents 6bc7ae62 e14abd1d
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.4.3";
      version = "1.5.0";

      src = fetchFromGitHub {
        owner = "sigstore";
        repo = "rekor";
        rev = "v${version}";
        hash = "sha256-EdEYjim3FDkc04uBYWFA8iPNJArHfjjioyUPCh7iwgw=";
        hash = "sha256-yOagWlUs5u9HebKxgtK8hPsm9kGxaR7hJpZdG9cOI54=";
        # 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-kw6i9BzVTy6dJsIm8d4FPt7QeI+6AOqCfq3KhdQFuQ4=";
      vendorHash = "sha256-LHTq5Y0WvlyO48mVD1NxnKX7L7pdRY/xnsZCV5OR71U=";

      nativeBuildInputs = [ installShellFiles ];