Unverified Commit 02f52e03 authored by Stig's avatar Stig Committed by GitHub
Browse files

Merge pull request #327326 from r-ryantm/auto-update/ssh-tpm-agent

ssh-tpm-agent: 0.3.1 -> 0.6.0
parents afebc04d c2808920
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -6,18 +6,18 @@

buildGoModule rec {
  pname = "ssh-tpm-agent";
  version = "0.3.1";
  version = "0.6.0";

  src = fetchFromGitHub {
    owner = "Foxboron";
    repo = "ssh-tpm-agent";
    rev = "v${version}";
    hash = "sha256-8CGSiCOcns4cWkYWqibs6hAFRipYabKPCpkhxF4OE8w=";
    hash = "sha256-gO9qVAVCvaiLrC/GiTJ0NghiXVRXXRBlvOIVSAOftR8=";
  };

  proxyVendor = true;

  vendorHash = "sha256-zUAIesBeuh1zlxXcjKSNmMawZGgUr9z3NzT0XKn/YCQ=";
  vendorHash = "sha256-Upq8u5Ip0HQW5FGyqhVUT6rINXz2BpCE7lbtk9fPaWs=";

  buildInputs = [
    openssl