Unverified Commit 2709dfa3 authored by Doron Behar's avatar Doron Behar Committed by GitHub
Browse files

ssh-openpgp-auth: 0.2.2 -> 0.2.3 (#401398)

parents 73275644 008fd08f
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -6,8 +6,8 @@

callPackage ./generic.nix {
  pname = "sshd-openpgp-auth";
  version = "0.3.0";
  srcHash = "sha256-IV0Nhdqyn12HDOp1jaKz3sKTI3ktFd5b6qybCLWt27I=";
  cargoHash = "sha256-WyYzDzC83iL1c8gCj+mYDq3/gsFxmxEWKwLhWLEygkI=";
  version = "0.3.1";
  srcHash = "sha256-YS8/q8faWSRNciR03wwiiGGgkvZqb5Euto22pde53C8=";
  cargoHash = "sha256-rBkKQAq1IAc4udS65RvprQe6knxyAFKxCWKGW5k5te4=";
  metaDescription = "Command-line tool for creating and managing OpenPGP based trust anchors for SSH host keys";
}
+3 −3
Original line number Diff line number Diff line
@@ -2,8 +2,8 @@

callPackage ./generic.nix {
  pname = "ssh-openpgp-auth";
  version = "0.2.2";
  srcHash = "sha256-5ew6jT6Zr54QYaWFQIGYXd8sqC3yHHZjPfoaCossm8o=";
  cargoHash = "sha256-PHJiyq7zovn7EA7jDLJQxjxu2ErPHqBMwAlJpb5UVQY=";
  version = "0.2.3";
  srcHash = "sha256-YS8/q8faWSRNciR03wwiiGGgkvZqb5Euto22pde53C8=";
  cargoHash = "sha256-rBkKQAq1IAc4udS65RvprQe6knxyAFKxCWKGW5k5te4=";
  metaDescription = "Command-line tool that provides client-side functionality to transparently verify the identity of remote SSH hosts";
}