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

age-plugin-tpm: 1.0.0 -> 1.0.1 (#483510)

parents 2b569c0a 45607385
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -11,13 +11,13 @@

buildGoModule rec {
  pname = "age-plugin-tpm";
  version = "1.0.0";
  version = "1.0.1";

  src = fetchFromGitHub {
    owner = "Foxboron";
    repo = "age-plugin-tpm";
    tag = "v${version}";
    hash = "sha256-Vr6simVW5nAWTa8Dro2gar2+O90T8u6h09wTnEnygss=";
    hash = "sha256-1BHVQY8ZexwdjchQiG8aQMEPukq/3ez+QYY1X67DgPc=";
  };

  proxyVendor = true;