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

age-plugin-tpm: 0.3.0 -> 1.0.0 (#474678)

parents 4196f2bf 6cb846d8
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -11,18 +11,18 @@

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

  src = fetchFromGitHub {
    owner = "Foxboron";
    repo = "age-plugin-tpm";
    tag = "v${version}";
    hash = "sha256-yr1PSSmcUoOrQ8VMQEoaCLNvDO+3+6N7XXdNUyYVz9M=";
    hash = "sha256-Vr6simVW5nAWTa8Dro2gar2+O90T8u6h09wTnEnygss=";
  };

  proxyVendor = true;

  vendorHash = "sha256-VEx6qP02QcwETOQUkMsrqVb+cOElceXcTDaUr480ngs=";
  vendorHash = "sha256-CbgDGyVQ9MTYCe56M1VzMnap5P6Y9p4jnK8tyr3zh20=";

  nativeCheckInputs = [
    age